Manuál PHP | ||
---|---|---|
Předcházející | Další |
(no version information, might be only in CVS)
maxdb_stmt_errno -- Returns the error code for the most recent statement callProcedural style :
int maxdb_stmt_errno ( resource stmt )For the statement specified by stmt, maxdb_stmt_errno() returns the error code for the most recently invoked statement function that can succeed or fail.
Poznámka: For possible error codes see documentation of SQLDBC: http://dev.mysql.com/doc/maxdb/.
The above examples would produce the following output:
Warning: maxdb_stmt_execute(): -4004 POS(23) Unknown table name:MYCITY [42000] <...> Error: -4004. |
Předcházející | Domů | Další |
maxdb_stmt_data_seek | Nahoru | maxdb_stmt_error |