(PHP 4, PHP 5, PHP 7)
odbc_commit — Commit an ODBC transaction
$connection_id
Commits all pending transactions on the connection.
connection_id
ODBC 접속 식별자. odbc_connect()를 참고하십시오.
성공 시 TRUE를, 실패 시 FALSE를 반환합니다.
TRUE
FALSE