View Single Post
  #3 (permalink)  
Old 11-13-2007, 01:11 AM
oaklander oaklander is offline
Member
 
Join Date: Nov 2007
Posts: 2
oaklander is on a distinguished road
I hope we are doing it correctly because I am concerned about efficiency and I read that I shouldnt keep the Connection and PreparedStatement as an instance variable. Also what are consequences to making the connection happen at construction time and making 'connection' and 'stat' instance variables?
Reply With Quote