|
PDOStatement::errorCodeFetch the SQLSTATE associated with the last operation on the statement handle Description
public string PDOStatement::errorCode
( void
)
Return ValuesIdentical to PDO::errorCode, except that PDOStatement::errorCode only retrieves error codes for operations performed with PDOStatement objects. Examples
Example #1 Retrieving an SQLSTATE code
<?php The above example will output: PDOStatement::errorCode(): 42S02 See Also
|