Advertisement
Guest User

Untitled

a guest
Oct 26th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. String commandSql4 = "INSERT INTO historico (CODE, TITLE, DESCRIPTION, DEADLINE, AMOUNT, BIDS_COUNT, ID_USER, ID_AUCTION)\n"
  2. + "values (" + myRs3.getBigDecimal("CODE") + ", '" + myRs3.getString("TITLE") + "', '" + myRs3.getString("DESCRIPTION") + "', '" + myRs3.getString("DEADLINE") + "', " + amount + ", " + val_bids_count + ", " + id_user + ", " + id + ")";
  3. myStmt.executeUpdate(commandSql4);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement