Guest User

Untitled

a guest
Aug 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. {
  2. if((resultado.getString(2).equals(matricula)) && (resultado.getString(3).equals(fecha_act))) {
  3. System.out.println("t"+resultado.getInt(1)+"tt"+resultado.getString(2)+"tt"+resultado.getString(3)
  4. +"tt"+resultado.getString(4));
  5. }
  6. }
Add Comment
Please, Sign In to add comment