Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ADO Recordset from cursor ??
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00365403
Message ID:
00365406
Views:
20
The easiest way to do it is with the VFPCOM Utility.
ors = createobject("adodb.recordset")
ovfpcom.cursortors(ors)
ovfpcom.cursortors(ors,"datalist")
If you don't have vfpcom, you can download it from the vfp website:

http://msdn.microsoft.com/vfoxpro/downloads/vfpcom.exe


>How can I create an ADO recorset from the currently selected cursor (or table)?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform