DB Library for C
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.