ASA Programming Guide
The Database Tools Interface
DBTools functions
Decrements the counter and frees resources when an application is finished with the DBTools library.
short DBToolsFini ( const a_dbtools_info * dbtools-info );
Parameter | Description |
---|---|
dbtools-info | Pointer to a_dbtools_info structure |
A return code, as listed in Software component return codes.
The DBToolsFini function must be called at the end of any application that uses the DBTools interface. Failure to do so can lead to lost memory resources.