odbc_commit

(PHP 4, PHP 5)

odbc_commitCommit an ODBC transaction

Опис

bool odbc_commit ( resource $connection_id )

Commits all pending transactions on the connection.

Параметри

connection_id

Ідентифікатор з'єднання 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