Subject | RE: [Firebird-Java] Re: Property name for specifying character set |
---|---|
Author | Thomas Steinmaurer |
Post date | 2003-06-10T14:22:39Z |
Hi Roman,
It was some illness in his code. Not closing the result set and
the statement in a finally block, where the connection in the
finally block *is* closed (returned to the connection pool).
Thanks for your speedy reply.
Regards,
Thomas.
> Thomas,Thanks, that's what I thought.
>
> > jdbcProperties.put ("charSet", "ISO8859_1");
>
> jdbcProperties.put ("lc_ctype", "ISO8859_1");
> > jdbcProperties.put ("dialect", "3");Well, the student got it fixed.
>
> you do not need this one. dialect 3 is by default. dialect 1 is not
> supported (at least that was status quo till recently).
>
> > If "lc_ctype" will be used, then another exception occurs, which
> > probably has someting to do with the Promomatter connection pool.
>
> Can you paste the stack trace of that exception?
It was some illness in his code. Not closing the result set and
the statement in a finally block, where the connection in the
finally block *is* closed (returned to the connection pool).
Thanks for your speedy reply.
Regards,
Thomas.