Hi.

I want to Use UTF-8 with mySQL prior 4.1 this

String dbURL =
"jdbc:mysql://localhost/Dictionary?useUnicode=true&characterEncoding=ISO-8859-7"


;

works fine on jdbc connection but when i am trying to do it on ojb like that 

dbalias="//localhost:3306/Alternative?useUnicode=true&characterEncoding=UTF-8"

i am getting the following message from tomcat

[Fatal Error] repository_database.xml:26:77 encoding" must end with the ';'
delimiter.

Is any other way to confige mySQL onr ojb to work with UTF-8;


Theodoridis Jim
Thanx


-- 

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

Reply via email to