Error handling functions


Functions

const char * sqlo_geterror (sqlo_db_handle_t dbh)
 Return last error string.
int sqlo_geterrcode (sqlo_db_handle_t dbh)
 Return the last error code.

Function Documentation

int sqlo_geterrcode ( sqlo_db_handle_t  dbh  ) 

Return the last error code.

Parameters:
dbh I - A database handle
Returns:
The last error code for this dbh.
Examples:
ex13.c.

const char* sqlo_geterror ( sqlo_db_handle_t  dbh  ) 

Return last error string.

Parameters:
dbh I - A database handle
Returns:
A string containing the last error message for this dbh
Examples:
ex15.c.


Generated on Mon May 21 13:43:28 2007 for libsqlora8 by  doxygen 1.4.7