dbexit

Closes and frees all DBPROCESS structures created as a result of your application.

Syntax

void dbexit ( void );

Remarks

The dbexit function calls dbclose repeatedly for all open DBPROCESS structures. The dbclose function cleans up any activity associated with a DBPROCESS structure and frees the space.

You can use dbclose directly to close just a single DBPROCESS structure.

See Also
dbclose dbopen
dbinit  

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.