Subject RE: [Firebird-Java] Strange errors with JDBC driver
Author Ken Richard
The driver seems to get out-of-state once there are character set
issues.

In my tests I have seen that some character set errors do not throw
exceptions. Instead, the next() method returns false even when there
are additional rows available. Then you will start getting gds
synchronization errors when closing statements and resultsets.

I believe that if you fix the character set problem that the other two
will go away.

-----Original Message-----
From: Jan Aleman [mailto:jaleman@...]
Sent: Wednesday, May 01, 2002 1:58 PM
To: Firebird-Java@yahoogroups.com
Subject: RE: [Firebird-Java] Strange errors with JDBC driver

Thanks, I guess that will solve problem 1, what about 2 and 3 ?

And: is it possible to set the char set using a URL? The app I'm using
only supports driver and URL currently, not properties.

Jan Aleman