Closes and frees all DBPROCESS structures created as a result of your application.
void dbexit ( void );
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.