Ivan Jouikov wrote:
I tried to use table with CHARACTER SET UTF8, but it didn't change anything :(

Any other suggestions?

I'm using a line like the one below to connect to the MySQL DB and it is working quite well here:


DBUrl="jdbc:mysql://"+server+":"+databaseport+"/"+database+"?user="+login+"&password="+password+"&useUnicode=true&characterEncoding=UTF-8";

You may want to specify "characterSetResults" as well.

http://dev.mysql.com/doc/connector/j/en/index.html



 AndrÃ.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to