I want to use mysql with utf8, but i dont know how to set this.
can anyone help me? thanks a lot!
I want to use mysql with utf8, but i dont know how to set this.
can anyone help me? thanks a lot!
simply perform this query:
command.setCommandText("SET NAMES 'utf8'");
command.Execute();