solidDB Help : Programming : solidDB ODBC API : Error text format : Processing error messages
  
Processing error messages
Applications provide users with all the error information available by using SQLError():
ODBC SQLSTATE,
native error code,
error text,
source of the error.
The application can parse the error text to separate the text from the information that identifies the source of the error. It is the responsibility of the application to take the appropriate action based on the error or to provide the user with a choice of actions.
Go up to
Error text format