Advertisement
AdvoPaster

Untitled

May 16th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. String lID = jtAnvandare.getText();
  2. String la = "SELECT LOSENORD FROM LARARE WHERE LARAR_ID =" + lID;
  3. String korrektPword = database.fetchSingle(la);
  4. String ad = "SELECT LOSENORD FROM LARARE WHERE ADMINISTRATOR = 'T' AND LARAR_ID =" + lID;
  5. String correktPword = database.fetchSingle(ad);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement