Establishes a connection with the commit service.
PDBPROCESS open_commit (
PLOGINREC login,
LPCSTR servername );
where
A pointer to a DBPROCESS structure used in subsequent commit service calls or other DB-Library calls, or NULL if the open failed.
This function calls dbopen to establish a connection with the commit service. A call to open_commit must precede any calls to other commit service functions, such as start_xact, commit_xact, abort_xact, remove_xact, and scan_xact. A session with the commit service is closed by calling close_commit.
abort_xact, close_commit, commit_xact, dblogin, dbopen,, remove_xact, scan_xact, start_xact