Advertisement
Guest User

Untitled

a guest
Nov 26th, 2016
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. private Connection conn = null;
  2. private final String JDBC_DRIVER = "com.mysql.jdbc.Driver";
  3. private final String username = "root";
  4. private final String password = "beto";
  5. private final String DataNameBase;
  6.  
  7. public Dao() {
  8. this.DataNameBase = "jdbc:mysql://localhost/japomotora2";
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement