Subject Re: [firebird-support] Problem using FirebirdSQL-1.0.1 drivers
Author Carsten Schäfer
Nairo Granados wrote:
> Hi All,
>
> I'm developing an application with Java (1.4.2) and JSP with Firebird
> 1.5 RC7. I'm Using Apache Tomcat/5.0.12.
>
> With the application I use the drivers of FirebirdSQL-1.0.0 AND
> EVERYTHING WORKS OK. I tried to update the version of the driver to
> FirebirdSQL-1.0.1 and even to the new beta FirebirdSQL-
> 1.5.0BetaJDK_1.4 but it is not working. It shows this
> message "java.sql.SQLException: The resultSet is closed".
>
> What Am I doing wrong? Why it works with the version 1.0.0 and not
> with the 1.0.1?
>
> Thanks in advance,

Hi,
I have seen this behaviour in my own applictaion, when i switched the
driver-version.
I think you must close the ResultSet before you close the
(Prepared)Statement in your code.

mfg
Carsten