Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL LIKE command
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00127474
Message ID:
00127847
Views:
31
Hi Jim,
so nice to hear from You
>
>Try this;
>
>findtext = "%" + thisform.txtsearch.value + "%"
>select * from task;
>where description LIKE findtext

can't work because 'findtext' is a parameter to the SQL statement.
where description LIKE (findtext) && will do

best regards from Friedrichsdorf
see You in September?
Eugen
Eugen
New Year's pledge: Last year I learned so much from my errors that I decided to make some more.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform