SEO Services
Website Programming in PHP / MYSQL
odbc_commit
(PHP 4, PHP 5)
odbc_commit — Commit an ODBC transaction
Description
bool odbc_commit
( resource $connection_id
)
Commits all pending transactions on the connection.
Parameters
- connection_id
-
The connection identifier.
Return Values
Returns TRUE on success or FALSE on failure.