Subject RE: [Firebird-Java] Re: Property name for specifying character set
Author Thomas Steinmaurer
Hi Roman,

> Thomas,
>
> > jdbcProperties.put ("charSet", "ISO8859_1");
>
> jdbcProperties.put ("lc_ctype", "ISO8859_1");

Thanks, that's what I thought.


> > jdbcProperties.put ("dialect", "3");
>
> 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?

Well, the student got it fixed.

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.