Subject | JayBird & charset |
---|---|
Author | Eugene Ryzhkov |
Post date | 2002-10-17T12:17:33Z |
Hi,
I have a JDBC resource described in server.xml file (Tomcat 4.1.12) as JNDI
entry (I'm using org.firebirdsql.FBDriver).
Also, I know how to use this resource from servlet. The problem is where and
how can I set the right codepage for the JDBC driver? I've already try to
set the following section int the server.xml
<parameter>
<name>CharSet</name>
<value>Cp1251</value>
</parameter>
It doesn't work
--
Eugene Ryzhkov <reb@...>
I have a JDBC resource described in server.xml file (Tomcat 4.1.12) as JNDI
entry (I'm using org.firebirdsql.FBDriver).
Also, I know how to use this resource from servlet. The problem is where and
how can I set the right codepage for the JDBC driver? I've already try to
set the following section int the server.xml
<parameter>
<name>CharSet</name>
<value>Cp1251</value>
</parameter>
It doesn't work
--
Eugene Ryzhkov <reb@...>