All,
Does JDBC provide any API's to access ResultSet data even after
closing the database connection? This would be helpful for accessing
large amounts of data without holding up the connection.
I couldnt' find any relevant information in the API reference.
Thanks in advance
Rizwan - 27 Apr 2005 22:19 GMT
RowSet
> All,
>
[quoted text clipped - 5 lines]
>
> Thanks in advance
Robert Klemme - 01 May 2005 00:01 GMT
> All,
>
[quoted text clipped - 5 lines]
>
> Thanks in advance
There are implementations of CacheableResultSets out there but I don't know
whether they work after a connection being closed. Might be a good Google
keyword to search for though.
Regarsd
robert