mysql_stmt_error
Syntax
const char * mysql_stmt_error(MYSQL_STMT * stmt);
stmt
- a statement handle, which was previously allocated by mysql_stmt_init().
Description
Returns a string containing the error message for the most recently invoked statement function that can succeed or fail. The string will be empty if no error occurred.
See Also
Last updated
Was this helpful?