Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Call Oracle store procedure
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00647076
Message ID:
00651936
Views:
35
Hi,

I'm sorry I have to bother you again with my problem....

I have a package:

create myPackage
AS
TYPE myCursor IS REF CURSOR

and a store procedure

create myProcedure
( parameter1 IN number,
cursor1 OUT mypackage.myCursor);
AS
BEGIN
open cursor1 for select.....
END

I want to retrive data from that cursor in VFP.
I tried several ways but it's not working. I saw the other messages posted on this site but it's still not working.
Can someone tell me how to reference the OUT parameter in the call statement?



thank you very much,
Shawn Dorion
Geo Sektor Dot Com
Website: http://www.geosektor.com

Web Hosting Plans
Visit : http://WebHosting.Applications4u.com/
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform