Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare contents of two dbfs
Message
 
To
23/04/2003 13:04:14
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00780688
Message ID:
00780701
Views:
10
One of the solutions could be like this:

use table2
use table1 in 0 order key_field
set rela to key_field into table1
scan for eof("table1")
scatter memvar
insert into Table1 from memvar
endscan


>Hi,
>
>I would like two compare the contents of two dbf tables. I would like to update table1 with the contents of certain fields in table2, if an new record exists within table2.
>
>I don't know how to begin, any suggestions are appreciated.
>
>Thank you,
Previous
Reply
Map
View

Click here to load this message in the networking platform