Page 1 of 1

problem with Font layout

Posted: Fri 03 Jun 2005 15:38
by jdd
How, i can change text layout from Unicode(English) to Unicode(Cyrilic) in MyDataAdapter.

Posted: Fri 03 Jun 2005 15:47
by Serious
You can change client encoding with MySqlConnection.Unicode property.
See MySQLDirect .NET help for more detailed information.