Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help Improving Select Speed
Message
From
06/12/2000 20:48:08
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Help Improving Select Speed
Miscellaneous
Thread ID:
00450195
Message ID:
00450195
Views:
72
Hello,

Is there a good way to search a character field for
the occurance of a string?

Currently I am using the following but it is very slow.
I do have CDX indexes on both of the fields and tried
with the order set and with no order.

SearchMe = "TEST"
Select item_no, item_desc from datafile;
Where ATCC(SearchMe, upper(item_desc))<> 0;
order by item_no nowait into cursor Find

Thanks in Advance for your help.

Jeff
Next
Reply
Map
View

Click here to load this message in the networking platform