Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Return vfp cursor through odbc?
Message
 
To
13/01/1999 22:34:19
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00175764
Message ID:
00175913
Views:
38
>Is there a way to return a VFP cursor from a stored procedure in a dbc through odbc?

Try:
lnR = SQLEXEC(g_sql_h1,'execute showbatch','tmp_batch')

g_sql_h1 is the handle.

showbatch is the stored procedure.

tmp_batch is the returned cursor.

HTH
DLC
"Use the Right Tool for the Job!"
davidandcynthia@email.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform