mysql_stmt_errno
Syntax
unsigned int mysql_stmt_errno(MYSQL_STMT * stmt);
stmt
- a statement handle, which was previously allocated by mysql_stmt_init().
Description
Returns the error code for the most recently invoked statement function that can succeed or fail. Zero means no error occurred.
See Also
Last updated
Was this helpful?