Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
From ADO to a VFP Cursor
Message
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Miscellaneous
Thread ID:
00430844
Message ID:
00430887
Views:
13
>>>I am using the following code to retrieve data into VFP from SQL Server 7.0:
>>>= SQLEXEC(gnConnHandle, lcQuery, "query1")
>>>---------------------------------------------------------
>>>The result is a CURSOR called query1. My ultimate goal is to export the data to a text file.
>>

>>
>>With the cursor created by the SQLEXEC function, you can use the EXPORT command. You don't need to pass through ADO for this.
>
>That is correct. I just wanted to use OLEDB instead of ODBC.

You can use the VFPCOM utility to transform a recordset to a cursor and vice versa. But the added overhead to do this would far outweigh any benefits you got from using the OLE-DB provider. IMO, stick with what you've got.
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform