|
oci_commitCommits the outstanding database transaction Description
bool oci_commit(resource
$connection )
Commits the outstanding transaction for the
Oracle
A transaction begins when the first SQL statement that changes data
is executed with oci_execute using
the When inserting or updating data, using transactions is recommended for relational data consistency and for performance reasons. Parameters
Return Values
Returns Examples
Example #1 oci_commit example
Notes
See Also
|