Subject | Re: [Firebird-Java] ResultSet closed |
---|---|
Author | Roman Rokytskyy |
Post date | 2006-02-23T16:25:18Z |
> Ok, that would explain OO. However my apps do not use auto-commit mode.Can you provide an example that fails with 2.01 when auto-commit is switched
> I either commit or rollback within the apps. Will hit up specs though as
> well.
off?
> That would be cool. It's just sometimes I use the data from one resultIt is against specs, since the default result set should be forward-only,
> set with data from another result set. Before I have close the first. At
> the moment I have done a temp work around by storing the values of the
> first result set in variables. To be used with the next. I very well
> could be going about things incorrectly. However cached result sets
> would make most of this all go away for me. If it's not against spec or
> etc. I see no reason not to add/include that support.
but if OO has problems with JDBC specs, we can provide a workaround until OO
solves their problems.
Please add it as feature request in our tracker, so it won't be forgotten.
Roman