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 相关联的资源。
要查看使用 sqlany_finalize_interface 方法的示例,请参见以下主题:
connecting.cpp
dbcapi_isql.cpp
fetching_a_result_set.cpp
fetching_multiple_from_sp.cpp
preparing_statements.cpp
send_retrieve_full_blob.cpp
send_retrieve_part_blob.cpp