odbc_commit

(PHP 4, PHP 5, PHP 7, PHP 8)

odbc_commitCommit an ODBC transaction

Описание

odbc_commit(resource $odbc): bool

Commits all pending transactions on the connection.

Список параметров

odbc

Идентификатор соединения ODBC, за подробностями обращайтесь к odbc_connect().

Возвращаемые значения

Возвращает true в случае успешного завершения или false в случае возникновения ошибки.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top