Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: About calling procedure in Oracle Package from Powerbuilder!
Use the following syntext in the local external function declaration of
your transaction object:
subroutine foo( <arg list (optional)> ) RPCFUNC ALIAS FOR "my_pkg.my_proc"
From your PB script you can now call the procedure my_proc of the package my_pkg as:
sqlca.foo()
Man Yeung <yngm_at_hotmail.com> wrote in article
<34609EFD.5D0BFA0D_at_hotmail.com>...
> Hi,
> I have post this message before but get no reponse. As I need the
> help in depth as if I can't call procedure in package I must pay much
> effort to work around it. Please give me a help. I am using Powerbuilder
> 4.06 and win95 with Oracle 7.3 as the back end.
> TIA.
> Man
>
>
>
>
Received on Mon Nov 10 1997 - 00:00:00 CST
![]() |
![]() |