Guest User

Untitled

a guest
Jun 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. String test= "INSERT INTO TEST" + "(ID, IC, CN, CT, Time)"
  2. + "VALUES ('"+ ID +"','"+ IC +"','"+CN +"','"+ CT +"','"+ time +"')";
  3.  
  4. preparedStatement = myConn.prepareStatement(test);
  5. preparedStatement.executeUpdate();
Add Comment
Please, Sign In to add comment