Subject Re: [Firebird-Java]
Author Alessandro Fiorino
On Thu, 19 Dec 2002 15:56:57 -0500, "Rick Fincher" <rnf@...> wrote :

> Hi Alessandro,
>
> How are you using this? Why are you using a JNDI resource instead of a JNDI
> dataSource? What version of Tomcat, and JayBird are you using?
>

I read it on an example on the tomcat website: it works with Interclient
2.01. I'm using Tomcat 4.0 with JayBird 1.0RC2 (great software!).
I'm using it with jstl, defining the javax.servlet.jsp.jstl.sql.dataSource
as the JNDI resource.

> The parameter "charSet" is not valid for JayBird.
>
> You may be able to change:
> <parameter><name>driverName</name><value>jdbc:firebirdsql:127.0.0.1/3050:/db
> /off.gdb</value></parameter
>
> To:
> <parameter><name>driverName</name><value>jdbc:firebirdsql:127.0.0.1/3050:/db
> /off.gdb?&lc_ctype=ISO8859_1</value></parameter
>
> This might get things working for you.
>

I already tried without charset, but it doesn't help.
Thanks a lot.
Alessandro Fiorino