Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to check two files for record duplication
Message
 
 
To
21/06/2010 11:38:03
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01469886
Message ID:
01469903
Views:
27
>>Do you have index with the exact expression in both tables? You can also change NOT IN to NOT EXISTS
>>
>>If you don't have an index, may be you can check each field individually (with NOT EXISTS).
>
>I think it was identical, Naomi, but will try again.
>
>Alex

I always prefer NOT EXISTS to NOT IN. In addition, you don't need a complex index expression and can instead have indexes on individual fields.
If it's not broken, fix it until it is.


My Blog
Previous
Reply
Map
View

Click here to load this message in the networking platform