Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SELECT Statement
Message
From
09/01/2001 10:19:34
Mike Mattos
Nationwide Computers
Mississauga, Ontario, Canada
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00460633
Message ID:
00461143
Views:
15
before SELECTing, why not develop an index to test the algorith?

seemed to me that if you were to use something like


INDEX ON PID*10000 + SID * 100 + LX to testorder

and fine tune it till you had the algorith right, you'd have the basis for the select!

Also, sometimes it's easier to SELECT on one criteria ( criterium? ) and index the cursor, that way you can also cover your ass by testing to make sure all records get processed, rather than learn later that the complex select left out some data.

mike
Previous
Reply
Map
View

Click here to load this message in the networking platform