Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » SQL Anywhere Server - Programming » SQL Anywhere Database Tools Interface » Database tools interface » DBTools functions

 

DBToolsFini function

Decrements the counter and frees resources when an application is finished with the DBTools library.

Prototype
short DBToolsFini ( const a_dbtools_info * );
Parameters

A pointer to a structure. See a_dbtools_info structure.

Return value

A return code, as listed in Software component exit codes.

Remarks

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.

See also