Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Compare cursors
Message
 
 
À
04/02/2005 08:20:29
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Divers
Thread ID:
00983796
Message ID:
00984054
Vues:
31
>>>Is there a way to perform a quick (binary) compare of two cursors to say if there are indentical?
>>>
>>Mark,
>>
>>You can convert each of them to XML with CURSORTOXML() and compare resulting strings.
>Will it be faster that comparing cursors row by row, column by column?

For small cursors, I think it would be much faster. As the cursor gets longer and longer, it could take increasingly more time. Anyway, CursorToXml is very fast. Converting from Xml back to cursor takes more time.

Best luck,
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform