Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Comparing whole records in two tables
Message
De
13/08/2001 15:30:56
 
 
À
13/08/2001 15:25:26
Tobey Miller
Meridian Information Systems
Ft. Payne, Alabama, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00543208
Message ID:
00543212
Vues:
29
This message has been marked as the solution to the initial question of the thread.
local t1, t2

select table1
scatter memo name t1
select table2
scatter memo name t2

if( compobj(t1, t2) )
&& identical
else
&& there's a difference
endif

hth
Gregory
-----------
>How can I compare a single whole record on one table with a single whole record on another table? Both tables have identical formats and can have some records in common, but I need to know if the records in common are truly identical. Any suggestions?
Gregory
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform