Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL LIKE command
Message
 
To
17/08/1998 13:05:03
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:
00127484
Views:
24
Jim,

Try this;

findtext = "%" + thisform.txtsearch.value + "%"
select * from task;
where description LIKE findtext
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform