Guest User

Untitled

a guest
Nov 19th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Failed to import table 'mytable', Column value 47 missing
  2.  
  3. // open the connection to db
  4. // prepare insert statement
  5. // set auto commit off
  6. // prepare insert of records by batch
  7. // executeBatch()
  8. // when all is said and done, commit transaction
Add Comment
Please, Sign In to add comment