Page 1 of 1

How to use non-unicode character set

Posted: Tue 08 Nov 2005 11:17
by Sven
Our MySQL 4.1 database is set to latin1. The documentation of MySQLDirect.net says that if the Unicode-Property of the MySqlConnection class is set to false (default value), the "default client charset is used". But what do you mean by "default client charset" and how do I set this?

Thanks!

Posted: Wed 09 Nov 2005 07:39
by Serious
When MySqlConnection.Unicode property is set to false Encoding.Default encoding is used.
This value depends on target client machine regional and language settings.
Moreover, this mode allows MySQLDirect .NET to increase performance of fetching data.