Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Returning a client side recordset from an ADO command ob
Message
From
30/11/2000 18:36:22
 
 
To
29/11/2000 11:18:27
Jorge Haro
Independent Consultant
Juarez, Mexico
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00446804
Message ID:
00447778
Views:
8
Hi Jorge.

>It can be done right?, I'm getting server side recordsets regrdless of how I set up the recordset

Set the CursorLocation property of the Connection object to 3 (adUseClient) before calling Open. For example:
oConnection.CursorLocation = adUseClient
oConnection.Open("SVEIN","sa","")
Doug
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform