View Single Post
  #5 (permalink)  
Old 01-11-2008, 07:23 AM
srithota srithota is offline
Member
 
Join Date: Jan 2008
Posts: 1
srithota is on a distinguished road
solution to the JDBC Exception
Please put the statement Class.forName("oracle.jdbc.driver.OracleDriver"); within the try - catch statements and withing the catch, please catch the Exception... this should work.
Reply With Quote