Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy records between files
Message
From
21/10/2004 12:25:28
 
 
To
21/10/2004 12:22:43
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:
00953370
Views:
18
What about SCATTER and GATHER?
Select Table1
scatter name oRec2copy
select Table2
append blank
gather name oRec2copy

OR 

Select Table1
scatter to aRec2copy
insert into Table2 from array aRec2copy
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform