Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to export a *.dbf file?
Message
 
 
To
28/03/2000 22:48:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00351864
Message ID:
00351871
Views:
26
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform