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

AVEVA™ InTouch HMI

SQLClearStatement() 函数

  • Last UpdatedSep 24, 2024
  • 1 minute read

SQLClearStatement() 函数释放与 StatementID 参数指定的语句关联的数据库资源。

类别

SQL

语法

[ResultCode=]SQLClearStatement(ConnectionID, StatementID);

参数

ConnectionID

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

StatementID

使用 SQLPrepareStatement() 函数时 SQL 返回的整数值。

另请参阅

SQLConnect()、SQLPrepareStatement()

In This Topic