Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
卸载 C API DLL 库并重置 SQLAnywhereInterface 结构。
public void sqlany_finalize_interface(SQLAnywhereInterface * api)
api 要结束的已初始化结构。
使用以下语句来包括函数原型:
#include "sacapidll.h"
使用此方法来结束并释放与 SQL Anywhere C API DLL 相关联的资源。
可以在 SQL Anywhere 安装位置下的 sdk\dbcapi\examples 目录中的 C API 示例中找到 sqlany_finalize_interface 方法使用示例。