| Author |
Releasing sun.jdbc.rowset.CachedRowSet object.
|
Tarun Dewan
Greenhorn
Joined: Sep 05, 2002
Posts: 21
|
|
Hi All, After utilising sun.jdbc.rowset.CachedRowSet object is it always better to execute release() method to release all contents or calling close() is sufficient for the same. Thanks & regards, Tarun Dewan.
|
 |
Kim Kantola
Ranch Hand
Joined: May 17, 2001
Posts: 274
|
|
|
I have used sun.jdbc.rowset.CachedRowSet objects often and have always used only close() to release the connection. I believe it is sufficient.
|
 |
 |
|
|
subject: Releasing sun.jdbc.rowset.CachedRowSet object.
|
|
|