sqlany_finalize_interface( SQLAnywhereInterface *) method

Unloads the C API DLL library and resets the SQLAnywhereInterface structure.

Syntax

public void sqlany_finalize_interface ( SQLAnywhereInterface * api)

Parameters

Usage

Use the following statement to include the function prototype:

                 
#include "sacapidll.h"

Use this method to finalize and free resources associated with the SQL Anywhere C API DLL.

Examples of how the sqlany_finalize_interface method is used can be found in the C API examples in the sdk\dbcapi\examples directory of your SQL Anywhere installation.