php man page for db2_stmt_error

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 statement

SYNOPSIS
string db2_stmt_error ([resource $stmt])
DESCRIPTION
Returns 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.
PARAMETERS
o $stmt - A valid statement resource.
RETURN VALUES
Returns a string containing an SQLSTATE value.
SEE ALSO
db2_conn_error(3), db2_conn_errormsg(3), db2_stmt_errormsg(3). PHP Documentation Group DB2_STMT_ERROR(3)
Related Man Pages
db2_num_fields(3) - php
db2_prepare(3) - php
ingres_errsqlstate(3) - php
mssql_free_statement(3) - php
pdo.errorcode(3) - php
Similar Topics in the Unix Linux Community
Use of GOTO statement in scripts
wildcards with if statement?
Sed if statement (totally stuck) apache
Dates not comparing correct even the same format
Multiple conditions in a CASE statement