|
(PECL)
maxdb_stmt_error(no version information, might be only in CVS)
maxdb_stmt->error -- Returns a string description for last statement errorProcedural style:
string maxdb_stmt_error ( resource stmt )Object oriented style (property):
class stmt {For the statement specified by stmt, maxdb_stmt_error() returns a containing the error message for the most recently invoked statement function that can succeed or fail.
Example 2. Procedural style
|
The above examples would produce the following output:
Warning: maxdb_stmt_execute(): -4004 POS(23) Unknown table name:MYCITY [42000] <...> Error: POS(23) Unknown table name:MYCITY. |
Hosting by: Hurra Communications Ltd.
Generated: 2007-01-26 18:00:06