Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving from FoxPro to Lianja?
Message
From
04/12/2014 07:26:39
 
 
To
04/12/2014 07:19:55
General information
Forum:
Visual FoxPro
Category:
Third party products
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01610047
Message ID:
01611792
Views:
127
>I don't follow you here, do I set the order on or off. What does Rushmore need exactly.
>
>Bear in mind, on an XP platform none of this is necessary???
in order to speed things up in rushmore it needs an index on every parameter of the where clause

if query like that

select * from myfile where upper(myfield) = [FRANK]

you need in index on upper(myfield)
then rushmore can optimize the query. don't set any order just have the index on the field.
the index has to match the left side of your where clause phrase

search for rushmore in the help file to see more
Peter Cortiel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform