PHP. Руководство по PHP. 2005
maxdb_stmt_errno
maxdb_stmt_errno
(PECL)maxdb_stmt_errno
(no version information, might be only in CVS)maxdb_stmt->errno -- Returns the error code for the most recent statement call
Description
Procedural style :int maxdb_stmt_errno (resource stmt)
Object oriented style (property):class stmt {
int errno
}
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.
Замечание:
For possible error codes see documentation of SQLDBC: