DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH
 

(mysql.info.gz) mysql_sqlstate

Info Catalog (mysql.info.gz) mysql_shutdown (mysql.info.gz) C API functions (mysql.info.gz) mysql_ssl_set
 
 22.2.3.55 `mysql_sqlstate()'
 ............................
 
 `const char *mysql_sqlstate(MYSQL *mysql)'
 
 Description
 ...........
 
 Returns a null-terminated string containing the SQLSTATE error code for
 the last error.  The error code consists of five characters.  `'00000''
 means "no error."  The values are specified by ANSI SQL and ODBC.  For
 a list of possible values, see  Error-handling.
 
 Note that not all MySQL errors are yet mapped to SQLSTATE's.  The value
 `'HY000'' (general error) is used for unmapped errors.
 
 This function was added to MySQL 4.1.1.
 
 Return Values
 .............
 
 A null-terminated character string containing the SQLSTATE error code.
 
 See Also
 ........
 
  `mysql_errno()' mysql_errno.   `mysql_error()' mysql_error.
  `mysql_stmt_sqlstate()' mysql_stmt_sqlstate.
 
Info Catalog (mysql.info.gz) mysql_shutdown (mysql.info.gz) C API functions (mysql.info.gz) mysql_ssl_set
automatically generated byinfo2html