Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SP returns 2 results sets, how do I retrieve them in VFP
Message
From
19/02/2003 09:16:11
 
 
To
18/02/2003 18:10:51
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00754718
Message ID:
00754888
Views:
24
This message has been marked as a message which has helped to the initial question of the thread.
>lcCommand = "exec ap_ShippingDetailForDateRange '1000', '2000'"
>=SQLSetProp(lnConnect, "BatchMode", .F.)
>lnResult = sqlexec(lnConnect, lcCommand, 'curOpen')

Since you are running with BatchMode = .f. you will have to call SQLMoreResults() to get the additional result set/cursor.

BOb
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform