Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Going to next page
Message
 
 
À
09/10/2009 14:21:26
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01427461
Message ID:
01428533
Vues:
35
>>
>>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform