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
 
 
To
19/02/2003 12:59:07
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00754718
Message ID:
00755053
Views:
14
>Hi Sergey,
>
>Yes I did run it from QA before coding the VFP call. The problem turns out to have been my syntax in VFP when building the parameters list to send to the SP.

I'm glad you figured it out.
BTW, instead of building parameter list you can use SQLEXEC parameters. This way you don't have to do any conversion from other data types to string.
SQLEXEC(lnConn, "EXEC mysproc ?param1, ?param2, ..., ?paramn
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform