File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes JDBC and the fly likes Releasing sun.jdbc.rowset.CachedRowSet object. Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Releasing sun.jdbc.rowset.CachedRowSet object." Watch "Releasing sun.jdbc.rowset.CachedRowSet object." New topic
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.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Releasing sun.jdbc.rowset.CachedRowSet object.
 
Similar Threads
The wai() method
Please Help me with CachedRowSet Performance Problem!
Security Violation
Tomcat states class is abstract when it's not
Cached RowSet in java Null Pointer Exception