Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Simple VFP query, no optimization
Message
 
À
10/11/2000 16:27:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00440476
Message ID:
00440499
Vues:
12
Steve;

Are you on a network? How many records in the file? Do you have seperate CDX tags for custID and poNum? Your first Select statement should run quickly with the two required index tags.

select * from pastinvoices as pinv where pinv.custID = "149" and ;
pinv.poNum = "143619" into cursor cp


Have you tried sys(3054) to see Rushmore optimization?

Questions, questions always questions.

Tom
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform