View Single Post
  #14 (permalink)  
Old 05-29-2008, 02:11 PM
superwaxer superwaxer is offline
Member
 
Join Date: May 2008
Posts: 1
superwaxer is on a distinguished road
Its always good programming practice to use the:

if (rs != null){rs.close();}

Reply With Quote