Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Returning a client side recordset from an ADO command ob
Message
De
30/11/2000 18:36:22
 
 
À
29/11/2000 11:18:27
Jorge Haro
Independent Consultant
Juarez, Mexique
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00446804
Message ID:
00447778
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform