Guest User

Untitled

a guest
Dec 30th, 2018
163
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. String sql = "SELCT * FROM user WHERE username = '" + username + "' and password = '" + password + "'";
  2. ResultSet rs = stm.executeQuery(sql);
Add Comment
Please, Sign In to add comment