Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDO::exec
PDO::exec
Execute SQL statement and return the number of affected rows
Name:
PDO::exec
Category:
PDO
Programming Language:
php
One-line Description:
Execute SQL statement and return the number of affected rows
Related
How to Enable and View Detailed Error Reporting in PDO::exec for Troubleshooting?
6
What Issues Should Be Noted When Using PDO::exec to Perform Batch SQL Operations to Avoid Performance Bottlenecks?
4
Similar Functions
PDO::inTransaction
PDO::inTransaction
Checkifitisinsidethe
PDOStatement::closeCursor
PDOStatement::closeCursor
Closethecursorsothat
PDOStatement::fetchColumn
PDOStatement::fetchColumn
Returnaseparatecolum
PDO::prepare
PDO::prepare
Preparethestatementt
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::bindParam
PDOStatement::bindParam
Bindtheparametertoth
PDO::getAttribute
PDO::getAttribute
Retrievedatabaseconn
PDOStatement::setFetchMode
PDOStatement::setFetchMode
Setthedefaultacquisi
Popular Articles
How to Enable and View Detailed Error Reporting in PDO::exec for Troubleshooting?
What Issues Should Be Noted When Using PDO::exec to Perform Batch SQL Operations to Avoid Performance Bottlenecks?