Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Going to next page
Message
 
 
To
09/10/2009 14:21:26
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01427461
Message ID:
01428533
Views:
34
>>
>>BTW, did you try in MySQL directly
>>
>>
select * from MyTable where myField like '%t%'
?
>
>Yes, of course. And of course it works.
>
>The problem is that MySql seems to be getting
>select * from myTable where myField LIKE '% '+ 't' + '%')' at line 1
Ok, I understood it and already suggested a workaround. Use select * from myTable where myField like ? and set your parameter in the Selecting event.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform