Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDOStatement::errorCode
PDOStatement::errorCode
Gets the SQLSTATE associated with the last operation on the statement handle
Name:
PDOStatement::errorCode
Category:
PDO
Programming Language:
php
One-line Description:
Gets the SQLSTATE associated with the last operation on the statement handle
Related
Why is PDOStatement::rowCount likely to return 0 in a SELECT query?
4
Advanced use: How to customize the collation of strnatcasecmp in PHP?
8
Analysis of the role of realpath_cache_size in large-scale projects
2
Comprehensive Guide to Deploying PHP Applications on Linux Servers
3
Similar Functions
PDO::query
PDO::query
ExecuteSQLstatements
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDOStatement::columnCount
PDOStatement::columnCount
Returnsthenumberofco
PDO::getAvailableDrivers
PDO::getAvailableDrivers
Returnanarrayofavail
PDO::errorInfo
PDO::errorInfo
Getstheextendederror
Popular Articles