Advertisement
yayachadazt

login

Sep 13th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. try {
  2. String sql=("select * from where login user='yaya' and pass='yaya'");
  3. konek.res=konek.stat.executeQuery(sql);
  4. while (konek.res.next()) {
  5. new menu_utama().show();
  6. dispose();
  7. }
  8. } catch (Exception e) {
  9. System.out.println(e);
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement