problem with Arabic search
Posted by: mzh mzh
Date: February 20, 2007 07:31AM

hi every body
i have mysql 5.38 on hosting company
with character set cp1256
and i have a table called customer
this table is character set cp1256 and cllation cp1256_general_ci
i transfer the the arabic data into this table and every thing is ok!

the probelm is :
when i execute a sql query
(select cus_name from customers where cus_name = 'اسم')
no result return
even if i write (set character set cp1256;) before the query

the (like = '%اسم%') statment is not working too
even with blob column field

so any body have an idea about this??



Edited 1 time(s). Last edit at 02/20/2007 07:47AM by mzh mzh.

Options: ReplyQuote


Subject
Views
Written By
Posted
problem with Arabic search
2605
February 20, 2007 07:31AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.