Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Seek, seek(), indexseek()
Message
De
05/09/2002 07:27:38
 
 
À
04/09/2002 18:21:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00696857
Message ID:
00696998
Vues:
10
>Certainly your solution is very useful in most cases, but what if I decided
>to move to the record in case is found? what I wanted is your solution but in one indexseek()

In that case, juse LOCATE:

SELECT TheTable
LOCATE FOR FieldA = "ValueA" AND FieldB="ValueB" ;
AND FieldC="ValueC"

As long as you have indexes for FieldA, FieldB, and FieldC, the command will be optimized.

Tamar
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform