Bug #33952 Mysql Connector .net 5.1 turkish character problem
Submitted: 21 Jan 2008 6:41 Modified: 29 Jan 2008 18:42
Reporter: Fatih Eryılmaz Email Updates:
Status: Closed Impact on me:
None 
Category:Connector / NET Severity:S2 (Serious)
Version:5 OS:Windows
Assigned to: CPU Architecture:Any
Tags: Mysql Connector .net 5.1 turkish character problem

[21 Jan 2008 6:41] Fatih Eryılmaz
Description:
Hi,
I use mysql connector 5.1 in my c# project.
I use MysqlParameter with MysqlCommand ,
I send this query (insert into tblx (name) values ('şğü') ) with mysql cmd line
no problem But When I send this query with .Net Connector 5.1 in c# ,Turkish characters show  as 's,g,u' in database.

What can I do ?

Thank you for your interest 

How to repeat:
Please send solution my mail .
Thank Youç
[29 Jan 2008 16:57] Reggie Burnett
Fatih

What are you setting on your connection string for charset?  check the documentation for the character set setting for connection string.
[29 Jan 2008 18:42] Fatih Eryılmaz
.