Subject Re: [Firebird-Java] JayBird & charset
Author Andrew Guts
Eugene Ryzhkov wrote:

Eugene,

Could you please give me an example, how to set up such JNDI entry. I
have error "Can't load JDBC Driver class 0".
I am using exactly the same TomCat and FBDriver. Direct loading driver
works fine. But I want to get the connection pool.

Thanks ahead

Andrew

>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@...>
>
>