Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compare Cursors or Arrays
Message
 
 
À
22/02/2003 14:51:13
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00756613
Message ID:
00756619
Vues:
17
>I know how to compare record for record between cursors, but is there a way to compare them without doing it by each record. Comparing arrays would work for me also, but I don't see anything on it. Thanks!
>
>Regards, Renoir

Renoir,

What're you tryind to do?
If you only want to know if cursors are exactly the same, than
SELECT crsOne
COPY SDF TO One.txt
SELECT crsTwo
COPY SDF TO Two.txt
? FILETOSTR("One.txt") = FILETOSTR("Two.txt")
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform