View Single Post
  #2 (permalink)  
Old 09-24-2007, 11:45 PM
mobilegeek mobilegeek is offline
D-Web Analyst
 
Join Date: Jun 2007
Posts: 205
mobilegeek is on a distinguished road
Default Re: JAVA Oracle connectivity with Jdbc-odbc bridge

hi,

Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Connection con=DriverManager.getConnection("jdbcdbcrajava ","scott","tiger");

After this you can create statement or prepared Statement object depending on your application.
Reply With Quote