编程学问
  • 文章
  • 问题
  • 读书
  • 关于
  • 登录
  • « 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 ibm db2 函数 rolls back a transactionphp firebird/interbase 函数 commit a transaction without closing itphp firebird/interbase 函数 commit a transactionphp ingres 函数 commit a transactionphp mysqlnd ms 函数 starts a distributed/xa transaction among mysql serversphp mysqlnd ms 函数 commits a distributed/xa transaction among mysql serversphp odbc 函数 commit an odbc transactionphp odbc 函数 get cursornamephp odbc 函数 returns information about a current connectionphp odbc 函数 别名 odbc execphp odbc 函数 datatype of a fieldphp odbc 函数 retrieves a list of foreign keysphp odbc 函数 free resources associated with a resultphp odbc 函数 rollback a transactionphp odbc 函数 adjust odbc settingsphp odbc 函数 retrieves special columnsphp odbc 函数 retrieve statistics about a tablephp sqlsrv 函数 commits a transaction that was begun with sqlsrv begin transactionphp svn 函数 returns the commit log messages of a repository url
关注编程学问公众号
编程学问网 湘ICP备20001732号