home *** CD-ROM | disk | FTP | other *** search
-
- 1 Version 4.0 -- 5/1/89 close_commit
- ______________________________________________________________________
-
- NAME: close_commit
-
- FUNCTION:
- End a connection with the commit service.
-
- SYNTAX:
- void close_commit(connect)
-
- DBPROCESS *connect;
-
- COMMENTS:
-
- o This routine calls dbclose() to end a connection with the
-
-
-
-
-
-
- close_commit Version 4.0 -- 5/1/89 2
- ______________________________________________________________________
- commit service. A call to close_commit() should be made when
- the application is through with the commit service, in order to
- free resources.
-
- PARAMETERS:
- connect - A pointer to the DBPROCESS structure that was origi-
- nally returned by open_commit().
-
- RETURNS:
- None.
-
- SEE ALSO:
- dbclose
-
-
-
-
-
-
-