Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
INSERT-SQL
Message
 
 
To
14/08/1997 06:14:07
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00044588
Message ID:
00044622
Views:
39
>Is it faster to use insert-sql to copy records from one table to another? If so, how do you use insert to move multiple records?
>
>Thanks in Advance,
>
>Bill Chadbourne
>wchad@ime.net

I do not know if it is faster or not but the VFP SQL would be

Insert into Mytable from ArrayName

So all records have to be copied from the source table to an array first then inserted into the target table. I forget which one only locks file header versus locking the entire file (shared file use), either inserting records or appending from.
Mark McCasland
Midlothian, TX USA
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform