utf8

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
tratienpham
Posts: 1
Joined: Fri 17 Oct 2008 04:11

utf8

Post by tratienpham » Fri 17 Oct 2008 04:18

I can't use utf8 when insert into database.
Who help me ?
Thanks,

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 17 Oct 2008 07:01

Please send me (alexsh at devart.com) a test project and the script that creates the database objects and fills them with data. We will try to reproduce the problem and notify you on the results.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Fri 17 Oct 2008 07:20

Also refer to our documentation: http://www.devart.com/mysqlnet/docs/ | Reference | CoreLab.MySql assembly | CoreLab.MySql namespace | Classes | MySqlConnection | Members | section "Public Properties", part "Unicode". There is an example how to use the Unicode property of the MySqlConnection class.

[email protected]
Posts: 27
Joined: Mon 08 Sep 2008 16:37

Post by [email protected] » Mon 27 Oct 2008 14:20

Yes,

Use

Code: Select all

unicode=True
in the connectionstring instead of

Code: Select all

charset=utf-8

Post Reply