ODBC 函数
PHP 手册

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

The ODBC connection identifier, see odbc_connect() for details.

返回值

如果成功则返回 TRUE,失败则返回 FALSE


ODBC 函数
PHP 手册