Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Capturing a return value from an Oracle Function?
Message
De
15/09/1999 12:53:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Titre:
Capturing a return value from an Oracle Function?
Divers
Thread ID:
00265064
Message ID:
00265064
Vues:
79
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?
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform