Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Append from
Message
 
To
26/01/2005 18:14:49
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00981011
Message ID:
00984488
Views:
22
>what is fastest way to take records from a VFP table to an SQL table (all field names and definitions are the same in both files)?
>
>I have used append from, but that is slow
>
>Is Insert into the right way?
>
>I do not think I can use SQLEXEC


What about Create an Updatable CursorAdapter or Remote View, set Buffering=5 insert all records in it & then issue TableUpdate(). I don't know if this will be faster.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform