I have a bind in the sql query (select * from users where name like '%?%') the bind set the ? Now, if i want to search with like method everything work but if, without change the sql, i want to search the exact match i dont now how to do.
I tried some regexp int the textbox es: _jon \jon\ [jon] and some others but nothing work properly.
Any Ideas?
Claudio