Synopsis:
adoConnTransCommit(handle)
Arguments:
handle - The connection handle.
Description: This function saves changes made within an open transaction on the connection and ends the transaction. All changes made from the time the adoConnTransBegin() function call is made to the time adoConnTransCommit() is made will be written to the database. See adoConnTransBegin() for a full description of ADO transactions..
Returns: Returns 0 upon success or a negative error code. If ADOERR_COMERR is returned, then the underlying ADO error can be obtained by calling adoLastError()