Re: Capture information string output of MySQL - LOAD DATA INFILE while coding in Java
Posted by: Peter Brawley
Date: June 16, 2015 11:53PM

executeUpdate() returns the no. of rows inserted, right?

The SQLException object should show errors and sql state ( getSQLstate() ). Does its getMessage() method return the rest of the info you are looking for?

Options: ReplyQuote


Subject
Written By
Posted
Re: Capture information string output of MySQL - LOAD DATA INFILE while coding in Java
June 16, 2015 11:53PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.