Re: MySQL Error Number
Posted by: Peter Brawley
Date: July 09, 2019 01:49PM

The error number will be in the error message ...

try {
    // call to mysql ...
  } catch( Exception e ) {
    out.println( "Exception: " + e.getMessage() );
    e.printStackTrace();
  }

Options: ReplyQuote


Subject
Written By
Posted
July 09, 2019 09:42AM
Re: MySQL Error Number
July 09, 2019 01:49PM
July 11, 2019 03:55AM


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.