Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Simple VFP query, no optimization
Message
 
To
10/11/2000 16:27:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00440476
Message ID:
00440499
Views:
18
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform