Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Going to next page
Message
From
09/10/2009 16:28:05
 
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01427461
Message ID:
01428569
Views:
25
>>>
>>>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.

Sorry about being so dense but what code should I use to set the parameter in the Selecting event?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform