Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Locate record(s) - fastest way
Message
De
05/02/2002 04:08:56
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00615261
Message ID:
00615274
Vues:
19
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform