aspose file tools
The moose likes JDBC and the fly likes ResiltSet Holdability Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "ResiltSet Holdability" Watch "ResiltSet Holdability" New topic
Author

ResiltSet Holdability

Raj chiru
Ranch Hand

Joined: Aug 12, 2008
Posts: 140
Hi....
how ResultSet object(cursor) Holdability feature will increase Application performance?
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26144
    
  66

Raj,
I suppose the answer is that by not having to redo the query, you save time. However, this is dependent on the scenario and involves a memory tradeoff. So it depends on whether it will increase performance.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: ResiltSet Holdability
 
Similar Threads
Resultset
Understanding ResultSets
SQLException, ResultSet closed but I can figure out why
Understanding types of Result Sets
New Features of java.sql & javax.sql packages