View Single Post
  #2 (permalink)  
Old 12-05-2008, 09:00 AM
masijade masijade is offline
Senior Member
 
Join Date: Jun 2008
Posts: 1,374
Rep Power: 3
masijade is on a distinguished road
Default
A ResultSet should not live beyond the retrieval from the DB and all DB resources should be closed ASAP. Now, knowing this, which is better?
Reply With Quote