Hi.

try this

...............
   <jdbc-connection-descriptor
     jcd-alias="MySQL"
     default-connection="true"
     platform="MySQL"
     jdbc-level="3.0"
     driver="org.gjt.mm.mysql.Driver"
     protocol="jdbc"
     subprotocol="mysql"

dbalias="//localhost:3306/ALternative?useUnicode=true&amp;characterEncoding=
UTF-8"
     username="root"
     password=""
        eager-release="false"
     batch-mode="false"
        useAutoCommit="1"
        ignoreAutoCommitExceptions="false"
     >
.......

it works fine to me
I use MySQL 3.23 with greek characters on Struts




----- Original Message -----
From: "Bilge Erkan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, February 26, 2004 3:29 AM
Subject: Setting connection properties of the JDBC driver


> Hi,
>
> How can I set the connection properties of org.gjt.mm.mysql.Driver like
> characterEncoding and useUnicode?
>
> Thanks,
> Bilge
>
>
> ---------------------------------------------------------------------
> 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