Subject | Re: [Firebird-Java] Problem using FirebirdSQL-1.0.1 |
---|---|
Author | Rick Fincher |
Post date | 2004-01-06T17:27:31Z |
Hi Nairo,
There were numerous bug fixes in 1.0.1. I think one of the bug fixes
probably exposed an error in your code.
Anytime a statement that generates a result set is closed or re-executed,
the old result set is closed.
Check your code to be sure that isn't happening before you try to use the
result set.
Hope this helps,
Rick
There were numerous bug fixes in 1.0.1. I think one of the bug fixes
probably exposed an error in your code.
Anytime a statement that generates a result set is closed or re-executed,
the old result set is closed.
Check your code to be sure that isn't happening before you try to use the
result set.
Hope this helps,
Rick
----- Original Message -----
> 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,
>
> Nairo Granados