Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Compare Cursors or Arrays
Message
 
 
To
22/02/2003 14:51:13
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00756613
Message ID:
00756619
Views:
13
>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--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform