|
Hi, I am using c# windows application to store unicode text (other than English) in mysql 5.1 database. I am using ODBC Connector 3.50.
when I try to insert a unicode text in database it stores as ?????????.
insert into dbName(unicdeText)values('जयवंत');
Please help me to solve this query.
|