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