Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Locate record(s) - fastest way
Message
From
05/02/2002 04:08:56
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00615261
Message ID:
00615274
Views:
18
Just put indexes on all of your fields that will be searched on.

But, to optimize them, you need to make sure that the SELECT statement matches the indexes.

For example, if you have :
SELECT * FROM MyTable WHERE UPPER(Field1) = lcValue
Ensure that the index expression on Field1 is "UPPER(Field1)", not just "Field1", they need to match exactly.

Let me know if you still have problems.

Kev

>How do I optimize them? I don not have much experience with this.
>
>
>Kenneth
Previous
Reply
Map
View

Click here to load this message in the networking platform