odbc_commit

(PHP 4, PHP 5, PHP 7)

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