编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « odbc_columns
  • odbc_connect »
  • PHP Manual
  • ODBC 函数
  • Commit an ODBC transaction

odbc_commit

(PHP 4, PHP 5, PHP 7)

odbc_commit — Commit an ODBC transaction

说明

odbc_commit ( resource $connection_id ) : bool

Commits all pending transactions on the connection.

参数

connection_id

ODBC 连接标识符,详见 odbc_connect()。

返回值

成功时返回 TRUE, 或者在失败时返回 FALSE。

相关文章
php cubrid 函数 commit a transactionphp cubrid 函数 roll back a transactionphp frontbase 函数 rollback a transaction to the databasephp firebird/interbase 函数 commit a transaction without closing itphp firebird/interbase 函数 commit a transactionphp ingres 函数 commit a transactionphp ingres 函数 roll back a transactionphp mcve 函数 set maximum transaction time per trans php mysqlnd ms 函数 rolls back a distributed/xa transaction among mysql serversphp odbc 函数 commit an odbc transactionphp odbc 函数 get the last error messagephp odbc 函数 prepare and execute an sql statementphp odbc 函数 execute a prepared statementphp odbc 函数 handling of long columnsphp odbc 函数 checks if multiple results are availablephp odbc 函数 number of columns in a resultphp odbc 函数 rollback a transactionphp odbc 函数 get the list of table names stored in a specific data sourcephp svn 函数 create a new transactionphp svn 函数 commits a transaction and returns the new revision
关注编程学问公众号
编程学问网 湘ICP备20001732号