Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to export a *.dbf file?
Message
 
 
À
28/03/2000 22:48:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00351864
Message ID:
00351871
Vues:
27
Hi Wai,

>i want to know if i use select - SQL to do some filtering from one table abd i want to export this filtered file and save it into my local harddisk. How can i do this?? can anyone help me?
>thanks~
local lcTableName
lcTableName='c:\test\test.dbf' && Type the existing directory and the real name you want to use
SELECT [SomeFields] From [Sometables] Where [SomeConditions] ;
       into table (lcTableName)
HTH
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform