Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Copy records from one dbf to another dbf
Message
From
18/07/2004 23:38:36
 
 
To
18/07/2004 23:33:54
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00925641
Message ID:
00925643
Views:
19
Hi,
Assume field Code is your PK.

Prio to VFP8
SELECT * FROM Master WHERE Code NOT IN (SELECT Code FROM Group) INTO CURSOR tmp
SELECT Group
APPEND FROM DBF("tmp")
VFP8
INSERT INTO Group ;
SELECT * FROM Master WHERE Code NOT IN (SELECT Code FROM Group)
HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform