Subject | Re: [Firebird-Java] JBIRD 1.55+ Double trouble |
---|---|
Author | Roman Rokytskyy |
Post date | 2005-09-13T18:39:18Z |
> Now I remembered that you helped me with the last error, saying IRight.
> cannot have two resultsets open with autocommit set to true, because
> of the JDBC spec.
> But I set autocommit to false, as you can see in the snippet, so IThere cannot be "automatically"... autocommit is toggled only by
> kept on looking and I found, that after the first loop of
> while(rs.next()) and while(rs2.next()) autocommit changes automaticly
> to true...
setAutoCommit() call. Please check your code again, and if you're still
convinced that that is not your code, please create a test case.
Roman