| Real'sHowTo |
|
|
Custom Search
|
| Real'sHowTo |
|
|
Custom Search
|
[Oracle stored proc] create procedure p_ret ( as_name OUT varchar2 ) as begin as_name := 'SAM' ; end ; [PB local extenral function declaration] SUBROUTINE p_ret ( REF string as_name ) RPCFUNC ; [PB calling the stored proc] ls_name = space(10) SQLCA.p_ret(ls_name)
Written and compiled by Réal Gagnon ©1998-2013
[ home ]