Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ado recordset and vfpcom.cursortors
Message
 
To
18/02/2003 20:32:55
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00754772
Message ID:
00754812
Views:
43
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform