Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Comparing whole records in two tables
Message
From
13/08/2001 15:30:56
 
 
To
13/08/2001 15:25:26
Tobey Miller
Meridian Information Systems
Ft. Payne, Alabama, United States
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00543208
Message ID:
00543212
Views:
34
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
Previous
Reply
Map
View

Click here to load this message in the networking platform