Dag,
I had the same problem some days before and if you look at the explanation
of the mm.mysql driver then you'll find one possible solution.
You have to put the options that you want to be enabled or used into the url
that you hand over via the torque.properties file.
That looks similiar to that:
(useUnicode and characterEncoding is that what you need!)

torque.database.ZEITERFASSUNG.driver =
    org.gjt.mm.mysql.Driver
torque.database.ZEITERFASSUNG.url =

jdbc:mysql://127.0.0.1:3306/ZEITERFASSUNG?autoReconnect=true&useUnicode=true
&characterEncoding=ISO-8859-1

Ralf

----- Original Message -----
From: "D. Landau" <[EMAIL PROTECTED]>
To: "Turbine Torque Users List" <[EMAIL PROTECTED]>
Sent: Monday, May 20, 2002 1:01 PM
Subject: German Charachter Set


> Hello,
> i have the following problem:
>
> if i retrieve data from the Database all the special german charachters
> are converted to "?".
> If i retreive the data direct with my jdbc-driver i get the right
> characters.
>
> Is there any configuration option or something waht i have to set to get
> the localized charachter-set ?
>
> I use torque 3.0-b2 (Standalone together with struts), mysql 3.23.48 on
> Linux and the
> jdbc-driver mm.mysql.2.0.12
>
> Thanks for your help
>
> Dag
>
>
>
> --
> To unsubscribe, e-mail:
<mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
<mailto:[EMAIL PROTECTED]>
>


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

Reply via email to