problem with Font layout

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
jdd

problem with Font layout

Post by jdd » Fri 03 Jun 2005 15:38

How, i can change text layout from Unicode(English) to Unicode(Cyrilic) in MyDataAdapter.

Serious

Post by Serious » Fri 03 Jun 2005 15:47

You can change client encoding with MySqlConnection.Unicode property.
See MySQLDirect .NET help for more detailed information.

Post Reply