Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How To Export Data From SQL-Table To Foxpro DBF ?
Message
From
16/08/2006 14:04:47
 
 
To
16/08/2006 13:59:13
General information
Forum:
Microsoft SQL Server
Category:
Import/Export
Environment versions
SQL Server:
SQL Server 2000
Miscellaneous
Thread ID:
01146115
Message ID:
01146119
Views:
16
>My Foxpro table does not exist yet. The SQL table structure is always unknown. Then I do not have a Foxpro template, I just need a command to do both... create foxpro table and copy data from sql to dbf. How can I do that in easy way?

Why not simply get the data from SQL Server:
SQLEXEC(nHandle,"Select * from mytable where mycondition")
then just copy the cursor into a DBF.


Alex Feldstein, MCP, Microsoft MVP
VFP Tips: English - Spanish
Website - Blog - Photo Gallery


"Once again, we come to the Holiday Season, a deeply religious time that each of us observes, in his own way, by going to the mall of his choice." -- Dave Barry
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform