Advertisement
Guest User

Untitled

a guest
Nov 23rd, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. 1- replace sqllite and derby apache with mysql
  2. Class.forName("com.mysql.jdbc.Driver");
  3. Connection conn = DriverManager.getConnection("jdbc:mysql://localhost:3306/ahmed","root","");
  4.  
  5. 2- queries ` instead of '
  6.  
  7. 3- datechooser
  8.  
  9. 4- creating database with mysql workbench
  10.  
  11. 5-
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement