close_commit

Description

End a connection with the commit service.

Syntax

void close_commit(connect)
 
DBPROCESS     *connect;

Parameters

connect

A pointer to the DBPROCESS structure that was originally returned by open_commit.

Returns

None.

Usage

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.

See also

dbclose