Guest User

Untitled

a guest
Dec 3rd, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. try{
  2. Class.forName("com.mysql.jdbc.Driver");
  3. Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/new","root","123");
  4. Statement st = con.createStatement();
  5. boolean rs = st.execute("Drop table "+na+";");
  6. tn.setText("");
  7.  
  8. }
Add Comment
Please, Sign In to add comment