Arabic Characters
This is my simple query:
select * from EmployeeTable where EmployeeName like '%عربي%' order by EmployeeName
It returns nothing though there are so many records who has the same name. It works fine if the characters are english. So how can i make it work with the arabic characters? Please help! Started By oghazal on May 14, 2007 at 1:40:45 AM |