Home
PHP
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::errorCode
PDO::errorCode
Gets the SQLSTATE associated with the last operation on the database handle
Name:
PDO::errorCode
Category:
PDO
Programming Language:
php
One-line Description:
Gets the SQLSTATE associated with the last operation on the database handle
Related
How to handle curl_multi_close and still get the return result
2
How to tell that next_result() successfully switches to the next result set?
9
Using mb_get_info to investigate garbled problems in multibyte character sets
1
Use socket_cmsg_space in PHP to implement control message management of custom network protocols
10
Similar Functions
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDOStatement::fetchAll
PDOStatement::fetchAll
Returnsanarraycontai
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDOStatement::setFetchMode
PDOStatement::setFetchMode
Setthedefaultacquisi
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDOStatement::debugDumpParams
PDOStatement::debugDumpParams
PrintaSQLpreprocessi
Popular Articles