close_commit

Ends a connection with the commit service by calling dbclose.

Syntax

void close_commit ( PDBPROCESS connect );

where

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

Remarks

When the application is through with the commit service, call close_commit to free resources.

See Also

dbclose, open_commit