Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Quick compare tables
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00743925
Message ID:
00743932
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform