Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ado recordset and vfpcom.cursortors
Message
 
À
18/02/2003 20:32:55
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00754772
Message ID:
00754812
Vues:
36
>cnnDB = CreateObject("ADODB.Connection")
>rstRecordset = cnnDB.Execute(strSQL)
>
>oRecordSet = CreateObject('ADODB.RECORDSET')
>nError = oVFPCOM.CURSORTORS(oRecordSet)
>
>Would rstRecordset and oRecordSet be identical if both have same SELECTs?

Mark,

rstRecordset returned by Execute method is always a read-only forward-only cursor. In case of oRecordset you can specify any type of cursor and locking.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform