Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Network query performance
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00424850
Message ID:
00425122
Views:
14
Dennis,
As was suggested, check out your Rushmore optimization. If you are using indexes that link several fields, be sure you include all of these fields in a JOIN or WHERE clause. For example if you have an index on LastName+Firstname but your SELECT has the clause "WHERE LastName="Lindeman" the SELECT will not be optimized. You need to change the code to: "WHERE LastName+FirstName = "Lindeman".

HTH
Barbara

>I am in the process of converting a FPD application to VFP. The conversion was looking good until a Beta version was released in late August for group testing. It was quickly discovered that queries that take 2 or 3 seconds in the FPD version, take 20 to 30 seconds in the VFP version.
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform