Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Speeding up my query
Message
From
21/07/2005 07:23:50
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 8 SP1
OS:
Windows XP SP1
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01034597
Message ID:
01034600
Views:
17
Hi,
>>>Select * From article Where UPPER(article.descrip1)=UPPER((TRIM('neil001fab'))) Into Cursor curmatch

1. Create an index with UPPER(article.descrip1) expression.
2. Store your UPPER((TRIM('neil001fab'))) value to a variable first before run the query.

HTH
I am not the most powerful man in this world.
I am not the worst man in this world either.
I just as same as all of you.
I still need to learn from my mistakes...
Previous
Reply
Map
View

Click here to load this message in the networking platform