Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL LIKE command
Message
 
To
17/08/1998 14:00:47
Jim Rieck
Quicken Loans/Rock Financial/Title Sourc
Livonia, Michigan, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00127474
Message ID:
00127538
Views:
31
>Jim
>
>None of the three suggestions work, any other ideas?
>
>Jim
>
>
Jim,

Try this;

findtext = "%" + ALLTRIM(thisform.txtsearch.value) + "%"
select * from task;
where description LIKE findtext

Don't forget you have to match case on the findtext variable.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform