tags:

views:

14

answers:

1

I want to use mysql with utf8, but i dont know how to set this.

can anyone help me? thanks a lot!

A: 

simply perform this query:

command.setCommandText("SET NAMES 'utf8'");
command.Execute();
roman