Subject | Re: [Firebird-Java] GDS Exception: Cursor unknown |
---|---|
Author | Roman Rokytskyy |
Post date | 2004-07-27T20:21:30Z |
> If I need to commit while going through a ResultSet, I'll use twoThat's the correct solution.
> connections and set the transaction isolation to whatever is
> appropriate.
> Would it be valid to set the fetch size to 103,000 (ignoring issuesMost likely - no, but try. With this version of the driver you can use
> of client memory usage, network, etc) to work around this?
TYPE_SCROLL_INSENSITIVE result sets to cache data on the client. But I think
I will fix this in the next version of the driver :)
Roman