Contents Index Accessing schema information User authentication

Native UltraLite for Java User's Guide
  Understanding UltraLite Development

Error handling


You can use the standard Java error-handling features to handle errors. Most methods throw java.sql.SQLException errors. You can use SQLException.getErrorCode() to retrieve the SQLCode value assigned to this error. SQLCode errors are negative numbers indicating the particular kind of error.

For more information, see the following enumeration in the API Reference, in the online books:


Contents Index Accessing schema information User authentication