Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Quick compare tables
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00743925
Message ID:
00743932
Views:
12
see if this works for you
TblName1 = Your1stTabel
TblName2 = Your2ndTabel

sele (TblName1)
for i=1 to fcount()
   FldName = fields(i)
   FldName1 = TblName1 +"."+ FldName
   FldName2 = TblName2 +"."+ FldName
   if &FldName1 <> &FldName2
      * *** difference
      exit
   endif
endfor
Previous
Reply
Map
View

Click here to load this message in the networking platform