Subject | Re: [Firebird-Java] Another code that worked in 1.5.5 and no more in 2.0.1 ... closing a ResultSet |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-04-01T07:29:59Z |
> When the line 203 runs, opening the ResultSet rsCons2, the ResultSetYou do this in auto-commit mode and this behavior is fully JDBC compliant.
> rsCons is closed, with no exceptions...
It was fixed in Jaybird 2.0 and described in release notes (page 4, third
paragraph). If you want your old functionality back, switch the auto-commit
mode off.
Roman