End a connection with the commit service.
void close_commit(connect) DBPROCESS *connect;
A pointer to the DBPROCESS structure that was originally returned by open_commit.
None.
This routine calls dbclose to end a connection with the commit service. A call to close_commit should be made when the application is through with the commit service, to free resources.