Guest User

Untitled

a guest
Jun 22nd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. String SSQL = "(INSERT INTO dig_item "
  2. + "(ItemID,"
  3. + "HrItem,"
  4. + "PaginaID,"
  5. + "OpcionLeida,"
  6. + "TextoLeido,"
  7. + "NumeroLeido,"
  8. + "ConjuntoLeido))"
  9. + "VALUES (?, ?, ?, ?, ?, ?,)";
Add Comment
Please, Sign In to add comment