DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info.gz) mysql_stmt_sqlstate

Info Catalog (mysql.info.gz) mysql_stmt_send_long_data (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_store_result
 
 22.2.7.26 `mysql_stmt_sqlstate()'
 .................................
 
 `const char *mysql_stmt_sqlstate(MYSQL_STMT *stmt)'
 
 Description
 ...........
 
 For the statement specified by `stmt', `mysql_stmt_sqlstate()' returns
 a null-terminated string containing the SQLSTATE error code for the
 most recently invoked prepared statement API function that can succeed
 or fail.  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.
 
Info Catalog (mysql.info.gz) mysql_stmt_send_long_data (mysql.info.gz) C API Prepared statement functions (mysql.info.gz) mysql_stmt_store_result
automatically generated byinfo2html