Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Best method to 'Append from' a DBF to a SQL table
Message
From
24/03/2004 23:33:15
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Best method to 'Append from' a DBF to a SQL table
Miscellaneous
Thread ID:
00889493
Message ID:
00889493
Views:
45
The issue is some tables reside on MS SQL, and some are local dbf.
The old code (all dbfs) used the "APPEND FROM" command.
That does't work with MS SQL

I currently have something like the following
SQLEXEC(lnHandle, INSERT into sqlTarget Values (m1,m2))
wraped in a loop procssing for each record in the local dbf.

Can I use a single command to bring in or "append" all the recs in a dbf into the MS SQL table.
Any brief illustration would be great.
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform