Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare cursors
Message
From
04/02/2005 17:11:36
 
 
To
04/02/2005 08:20:29
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00983796
Message ID:
00984054
Views:
27
>>>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,
Previous
Reply
Map
View

Click here to load this message in the networking platform