Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Capturing a return value from an Oracle Function?
Message
From
15/09/1999 12:53:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Client/server
Title:
Capturing a return value from an Oracle Function?
Miscellaneous
Thread ID:
00265064
Message ID:
00265064
Views:
80
I am using SQL passthru that needs to make a call to an
Oracle function. The Oracle function will return a value (number
let's say 15).

So I need to make the SQL passthru do something like
this:

lnOk = SQLEXEC(gnhandle,"{call OracleFunction()}")

The problem is that lnOk contains the result of the
SQLEXEC. That is -1 if a problem, 0 is running and
1 if it was successful. I need the 15 or whatever
it is on the next call instead of the -1, 0 or 1.

Can I capture the value of '15' from the Oracle function?
Next
Reply
Map
View

Click here to load this message in the networking platform