DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-sqlstate

Info Catalog (mysql.info) mysql-shutdown (mysql.info) c-api-functions (mysql.info) mysql-ssl-set
 
 22.2.3.63 `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 mapped to SQLSTATE error codes. The
 value `'HY000'' (general error) is used for unmapped errors.
 
 *Return Values*
 
 A null-terminated character string containing the SQLSTATE error code.
 
 *See Also*
 
 See  mysql-errno,  mysql-error, and 
 mysql-stmt-sqlstate.
 
Info Catalog (mysql.info) mysql-shutdown (mysql.info) c-api-functions (mysql.info) mysql-ssl-set
automatically generated byinfo2html