Subject | Re: [Firebird-Java] ResultSet closed |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-02-23T16:08:08Z |
> Things most likely changed and for a good reason. However if this doesIt is. We have now JDBC-specs conformant behavior in auto-commit mode. See
> not sound like the result of a modification to Jaybird.
release notes and JDBC specs for information when result set is closed.
> Then a bug? Or improper usage? I have little to know control over how OOWe need somehow to switch the auto-commit mode off. On the other hand, I
> accesses the db, transaction wise and etc. (At least to my knowledge)
>
> Any thoughts, comments, feedback, etc is all greatly appreciated.
think we can add in next release a parameter that would construct holdable
result sets by default (in that case result set won't be closed but cached
completely in memory).
Roman