View Single Post
  #2 (permalink)  
Old 12-05-2007, 05:14 PM
ksbrother ksbrother is offline
Member
 
Join Date: Dec 2007
Posts: 1
ksbrother is on a distinguished road
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con=DriverManager.getConnection("jdbcdbc:dsname" ,"username","password");
Reply With Quote