Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy records between files
Message
 
To
21/10/2004 13:23:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
00953368
Message ID:
00953771
Views:
12
>>Hi All,
>>Looking for alternatives: given two tables with the same fields structure what is the fastest way to copy a single record from one file to another?
>>Thanks
>Jos,
>
>Haven't tested it, but I would expect that
>
>INSERT INTO Table2(Field1, Field2) Values (Table1.Field1, Table1.Field2)
>
>would be the fastest.
A couple of years ago I had the same situation at work. I was shocked that
Scatter MEMVAR
insert into target from MEMVAR
was the fastest way to go in VFP6
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform