Advertisement
Guest User

Untitled

a guest
Sep 14th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. Class.forName("com.mysql.jdbc.Driver");
  2. Connection c = DriverManager.getConnection("jdbc:mysql://localhost:1521/orcl","dmusers","123");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement