Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparing one table to another
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00727145
Message ID:
00727175
Vues:
30
>Hi All,
>I have two tables that I need to compare. I was thinking of scaning through one, and comparing the data row-by-row to the other. Has anyone ever done this kind of theing before?
>TIA,

you could use scatter name, example:

select table1
scatter loname1
select table2
scatter loname2

?COMPOBJ(m.loname1,m.loname2)

Should works?

Franco
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform