ingres_commit()
ingres_commit - Commit a transaction
Syntax
bool ingres_commit (
resource $link)
Arguments
- link - The connection link identifier
Description
ingres_commit() commits the currently open transaction, making all changes made to the database permanent.
Version
PHP 4.0.2, 5 <= 5.0.5, PECL ingres >= 1.0.0
Return value
Returns TRUE on success or FALSE on failure.