Please ensure Javascript is enabled for purposes of website accessibility
Powered by Zoomin Software. For more details please contactZoomin

AVEVA™ InTouch HMI

SQLDisconnect() 函数

  • Last UpdatedSep 24, 2024
  • 1 minute read

SQLDisconnect() 函数断开与数据库的连接,并清理为 SQLPrepareStatement()SQLInsertPrepare() 函数获取且尚未释放的所有资源。

类别

SQL

语法

[ResultCode=]SQLDisconnect(ConnectionID);

参数

ConnectionId

内存整型标记的名称,用于存放 SQLConnect() 函数指定给每个数据库连接的编号 (ID)。

另请参阅

SQLConnect()

In This Topic