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

SQL Anywhere 11.0.1 (中文) » UltraLite - C 及 C++ 编程 » API 参考 » UltraLite ODBC API 参考

 

SQLDisconnect 函数

在 UltraLite ODBC 中,此函数用于断开应用程序与数据库的连接。

语法
UL_FN_SPEC SQLRETURN UL_FN_MOD SQLDisconnect (
SQLHDBC ConnectionHandle );
参数
  • ConnectionHandle   要关闭的连接的句柄。

注释

调用了 SQLDisconnect 后,如果不打开一个新连接,就无法进一步操作数据库。

另请参见