|
oci_commitCommits the outstanding database transaction Beschreibung
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. Parameter-Liste
Rückgabewerte
Gibt bei Erfolg Beispiele
Beispiel #1 oci_commit example
<?phpAnmerkungen
Siehe auch
|