MySQL ODBC 3.51 Driver UTF-8 encoding
Posted
by kesava
on Stack Overflow
See other posts from Stack Overflow
or by kesava
Published on 2009-06-16T10:15:30Z
Indexed on
2010/06/17
4:03 UTC
Read the original article
Hit count: 293
Currently I am migrating MSSQL to MYSQL.I am using the MySQL ODBC 3.51 driver to connect to mysql using odbc connectivity.I have telugu language charectors stored in the table.They are not showing properly while using the mysql odbc driver, but they are showing up properly while using the sqlserver odbc driver.
Here is my connetion string
Driver={MySQL ODBC 3.51 Driver};Server=localhost;Database=dbtest; User=user1;Password=mysql;Option=3;CharSet=utf8;
Please suggest a solution to fix this.
© Stack Overflow or respective owner