Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Can CursorAdapter be disconnected?
Message
From
01/07/2010 15:03:00
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01471214
Message ID:
01471230
Views:
58
>>I noticed that you use code (unfamiliar to me):
>>
>>
>>* Create recordset
>>oRS = oCon.Execute(lcSql)
>>
>>
>>Is this (above) better approach than setting CA properties .DataSource and .SelectCmd?
>>
>>
>>*  example
>>.DataSource = CREATEOBJECT('ADODB.Recordset')
>>.SelectCmd = "select * from table"
>>
>>
>>>Detach the cursor before killing CA http://www.berezniker.com/content/pages/visual-foxpro/converting-ado-recordset-cursor-cursoradapter
>>>
>>>>
>
>As you see in Sergey's code, there is no other CA properties set.
>That code is just a replacement of the SQLEXEC(), but using ADO not ODBC.
Can it be use with mysql?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform