Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning Recordset
Message
From
01/10/2002 15:47:17
 
 
To
01/10/2002 05:20:24
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00706271
Message ID:
00706545
Views:
15
>Hi
>
>Is it possible to effectively return a Recordset, or similar, from FoxPro, requested from a VB application?
>
>Thanks
>Kev

Yes it is possible, if you're talking about ADO recordsets. Just use a disconnected rs and do a Return myRS from your FoxPro method. Something like:
*-- code to open recordset with CursorLocation =  adUseClient
myRS.ActiveConnection = Null
*-- other cleanup code
Return myRS
HTH

Previous
Reply
Map
View

Click here to load this message in the networking platform