KRISTOFFER BOHMANN
[BETA]
Forside
Om KB
Kompetencer
Referencer
Home
>
PHP
>
Function
>
>
db2_stmt_error()
db2_stmt_error()
db2_stmt_error - Returns a string containing the SQLSTATE returned by an SQL statement
Syntax
string
db2_stmt_error
(
resource
$stmt)
Arguments
stmt - A valid statement resource.
Description
Returns a string containing the SQLSTATE value returned by an SQL statement.
Version
PHP PECL ibm_db2 >= 1.0.0
Return value
Returns a string containing an SQLSTATE value.