Query: db2_stmt_error
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DB2_STMT_ERROR(3) 1 DB2_STMT_ERROR(3) db2_stmt_error - Returns a string containing the SQLSTATE returned by an SQL statementSYNOPSISstring db2_stmt_error ([resource $stmt])DESCRIPTIONReturns a string containing the SQLSTATE value returned by an SQL statement. If you do not pass a statement resource as an argument to db2_stmt_error(3), the driver returns the SQLSTATE value associated with the last attempt to return a statement resource, for example, from db2_prepare(3) or db2_exec(3). To learn what the SQLSTATE value means, you can issue the following command at a DB2 Command Line Processor prompt: db2 '? $sqlstate- value'. You can also call db2_stmt_errormsg(3) to retrieve an explicit error message and the associated SQLCODE value.PARAMETERSo $stmt - A valid statement resource.RETURN VALUESReturns a string containing an SQLSTATE value.SEE ALSOdb2_conn_error(3), db2_conn_errormsg(3), db2_stmt_errormsg(3). PHP Documentation Group DB2_STMT_ERROR(3)
Related Man Pages |
---|
maxdb_stmt_sqlstate(3) - php |
db2_num_fields(3) - php |
db2_prepare(3) - php |
db2_stmt_error(3) - php |
sqlsrv_errors(3) - php |
Similar Topics in the Unix Linux Community |
---|
Do statement |
error in if statement |
IF statement failure |
Pass a DDL statement to a KSH script |
if statement with '&&' gives error |