Re: About calling procedure in Oracle Package from Powerbuilder!
From: Chandu Dani <chand_at_na.ko.com>
Date: 1997/11/10
Message-ID: <01bcee17$438242c0$1e13a297_at_O11062.atl.ko.com>#1/1
Date: 1997/11/10
Message-ID: <01bcee17$438242c0$1e13a297_at_O11062.atl.ko.com>#1/1
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 CET