Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How this query will fast
Message
From
13/06/2010 12:29:08
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01468545
Message ID:
01468718
Views:
76
>>>Your index on the table needs to match the query var as in Upper(trim(word))=Upper(trim(.....
>>>
>>>
>>No, upper(word) should work fine. You don't use TRIM in indexes.
>
>Uh, yes I do use trim in indexes and it makes the search extremely fast. Try it before you discount it.

Index expressions should be of fixed length, or otherwise, the length is unpredictable (will be based on whatever is in the first record), since Visual FoxPro will maintain a fixed length.

If you do use trim(), rtrim(), or anything else that makes for a variable-length index, in part of the expression, you must pad the entire index expression to a fixed length, for example, with padr().
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform