Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
From ADO to a VFP Cursor
Message
Information générale
Forum:
Microsoft SQL Server
Catégorie:
Import/Export
Divers
Thread ID:
00430844
Message ID:
00430951
Vues:
12
>>>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.

If you've got something that can use an XML file, you can save the recordset as XML with the Save method.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform