Main Page | Modules | File List | Globals | Related Pages | Examples

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:38:41 2007 for libsqlora8 by  doxygen 1.3.9.1