Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Create Cursor for ADO
Message
 
To
07/12/2006 16:51:27
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01175883
Message ID:
01176014
Views:
11
If you just want to pass a recordset to a VFP cursor:
    oCa=CreateObject('CursorAdapter')
    oCa.DataSourceType='ADO'
    oCa.Alias='myCursorAlias'
    oCa.CursorFill(,,,omyAdoRecordSet)
HTH

Enmanuel

>Simple question for ADO. What kind of commands do I use to create a temporary table with ADO, the way FoxPro uses the create cursor command.
>Thanks,
>Daniel
I'm a mixture of Albert Einstein and Arnold Schwarzenegger. The only trouble is that I got Einstein's body and Schwarzenegger's brain
Previous
Reply
Map
View

Click here to load this message in the networking platform