odbc_commit

odbc_commit -- Commit an ODBC transaction

Description

int odbc_commit(int connection_id);

Returns: true on success, false on failure. All pending transactions on connection_id are committed.