ODBC 함수 목록
PHP Manual

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를 반환합니다.


ODBC 함수 목록
PHP Manual