odbc_commit

(PHP 4, PHP 5, PHP 7)

odbc_commitSchließt eine ODBC-Transaktion ab

Beschreibung

odbc_commit ( resource $connection_id ) : bool

Schließt alle ausstehenden Transaktion der Verbindung ab.

Parameter-Liste

connection_id

Eine ODBC-Verbindungsressource, siehe odbc_connect() für Details.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.