PDOStatement::errorCode Fetch the SQLSTATE associated with the last operation on the statement handle &reftitle.description; intPDOStatement::errorCode &warn.experimental.func; &reftitle.returnvalues; Returns a SQLSTATE, a five-character alphanumeric identifier defined in the ANSI SQL standard. PDOStatement::errorCode only retrieves error codes for operations performed with PDOStatement objects. &reftitle.examples; Retrieving a SQLSTATE code prepare('SELECT skull FROM bones'); $err->execute(); echo "\nPDOStatement::errorCode(): "; print $err->errorCode(); ?> ]]> &example.outputs; &reftitle.seealso; PDO::errorCode PDO::errorInfo PDOStatement::errorInfo