Subject | Re: [Firebird-Java] |
---|---|
Author | Alessandro Fiorino |
Post date | 2002-12-20T08:17:20Z |
On Thu, 19 Dec 2002 15:56:57 -0500, "Rick Fincher" <rnf@...> wrote :
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.
Thanks a lot.
Alessandro Fiorino
> Hi Alessandro,I read it on an example on the tomcat website: it works with Interclient
>
> 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?
>
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.I already tried without charset, but it doesn't help.
>
> 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.
>
Thanks a lot.
Alessandro Fiorino