Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Checking data for a transfer
Message
De
29/03/2006 09:59:10
 
 
À
29/03/2006 09:38:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01108788
Message ID:
01108802
Vues:
12
Hi Robert,

Unrelated observation: is English word "transfer" translates into "transfert" in French? Because it's the second time I'm correcting it in the thread title for you...

>i made a transfert from table A table B
>
>
>the table structure are identical
>
>there is a methode to compare the data to see if there are the same ???
>
>thank you

As for the data comparision there are several ideas.

Assuming the structures are identical:

select * from myOldTable ;
union ;
select * from myNewTable
into cursor curEverything nofilter

If the curEverything has the same number of records as myOldTable, then both tables have exactly same records. Otherwise you may find difference.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform