oci_commit
Opis
bool oci_commit ( resource connection )
   Commits all outstanding statements for the active transaction on the
   Oracle connection.
  
Przykłady
Notatki
Notatka: Transactions are automatically rolled back when you close the connection, or when the script ends, whichever is soonest. You need to explicitly call oci_commit() to commit the transaction, or oci_rollback() to abort it.
| Poprzedni | Spis treści | Następny | 
| OCI-Collection->trim | Początek rozdziału |