sqlany_finalize_interface function

Unloads the library and uninitializes the SQLAnywhereInterface structure.

Syntax
void sqlany_finalize_interface( SQLAnywhereInterface * api )
Parameters
  • api   The name of the API structure to initialize.

Remarks

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

See also