gilly914
February 2nd, 2006, 05:13 AM
I have a table with names in it, and a form that searches that field...
using MySQL:
...WHERE Name LIKE '%<user input>%'
When I search a specific letter, a get a lot of names with that letter in them, and another name that doesn't include the specific letter...
Why does this happen???
All the names in the table are in hebrew, and the letter that I searached is in hebrew... Could this be related?
using MySQL:
...WHERE Name LIKE '%<user input>%'
When I search a specific letter, a get a lot of names with that letter in them, and another name that doesn't include the specific letter...
Why does this happen???
All the names in the table are in hebrew, and the letter that I searached is in hebrew... Could this be related?