Subject | Re: exception in ResultSet#getBinaryStream after a commit |
---|---|
Author | Roman Rokytskyy |
Post date | 2003-09-25T16:07:27Z |
> I am reading the rows from a ResultSet. During this iteration I haveCan you post the code that is used to traverse the result set
> to commit the transaction (because many database writes occure
> inside the loop). I can continue to call next() on the same
> ResultSet, I can even get "normal" fields (e.g. strings) from it,
> but when I call getBinaryStream on it I get the following exception:
> ...
> I suspect it is a bug in JayBird (1.0.1), because the next works and
> other field can be read.
> Do you have any workaround or fix available?
(including the query execution)?
Roman