Hi,

Thank you. Both variants works.


Regards,
Miro.

Stefano Bagnara wrote:
First of all please use the server-user list for similar questions.

Then try with:
<dburl><![CDATA[jdbc:mysql://127.0.0.1/jafax?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8]]></dburl>
or
<dburl>jdbc:mysql://127.0.0.1/jafax?autoReconnect=true&amp;useUnicode=true&amp;characterEncoding=UTF-8</dburl>

Stefano

Miroslav Nachev wrote:
Hi,

I would like the used database to support Unicode. That's why I need to add more parameters like that:

<dburl>jdbc:mysql://127.0.0.1/jafax?autoReconnect=true&useUnicode=true&characterEncoding=UTF-8</dburl>

Unfortunately I have the following error when I add these extra parameters: org.xml.sax.SAXParseException: The reference to entity "useUnicode" must end with the ';' delimiter.

How can I put more parameters to JDBC Driver?


Regards,
Miro.



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





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

Reply via email to