Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copying Data From Fields
Message
 
To
15/06/1998 22:56:09
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00108494
Message ID:
00108501
Views:
29
>>I'm trying to copy data(updated) from one table to another. Both have >>identical structures. I have been trying "copy/replace to array", and >>"replace/with" commands to no avail. I keep getting error messages usually >>that the alias cannot be found. Please help!


I am not sure what you are doing but you may want to try these ideas:
select file 1
goto top
scan
scatter memvar memo && use memo if you have memo fields
select file 2
gather memvar memo
select file1
endscan

Check out the help on scatter and gather

Another way is as follows:

select file1
append from file2

Costas
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform