DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

(mysql.info) mysql-stmt-errno

Info Catalog (mysql.info) mysql-stmt-data-seek (mysql.info) c-api-prepared-statement-functions (mysql.info) mysql-stmt-error
 
 22.2.7.8 `mysql_stmt_errno()'
 .............................
 
 `unsigned int mysql_stmt_errno(MYSQL_STMT *stmt)'
 
 *Description*
 
 For the statement specified by `stmt', `mysql_stmt_errno()' returns the
 error code for the most recently invoked statement API function that can
 succeed or fail. A return value of zero means that no error occurred.
 Client error message numbers are listed in the MySQL `errmsg.h' header
 file. Server error message numbers are listed in `mysqld_error.h'.
 Errors also are listed at  error-handling.
 
 *Return Values*
 
 An error code value. Zero if no error occurred.
 
 *Errors*
 
 None.
 
Info Catalog (mysql.info) mysql-stmt-data-seek (mysql.info) c-api-prepared-statement-functions (mysql.info) mysql-stmt-error
automatically generated byinfo2html