Advertisement
Guest User

Untitled

a guest
Feb 11th, 2017
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. Class.forName("com.mysql.jdbc.Driver");
  2. conn=DriverManager.getConnection("jdbc:mysql://localhost/employee","root","root");
  3.  
  4. Class.forName("jdbc.oracle.driver.JdbcOracleDriver");
  5. conn=DriverManager.getConnection("jdbc:oracle:thin:@localhost:XE","System","System");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement