Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy records from one dbf to another dbf
Message
De
18/07/2004 23:38:36
 
 
À
18/07/2004 23:33:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00925641
Message ID:
00925643
Vues:
18
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...
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform