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

AVEVA™ InTouch HMI

执行参数化语句

  • Last UpdatedSep 24, 2024
  • 1 minute read

使用 SQLSetStatement() 与 SQLAppendStatement() 函数可以建立动态查询。SQLSetStatement() 函数开始一个新的 SQL 语句。它可以是任何有效的 SQL 语句,包括存储过程的名称。SQLAppendStatement() 函数使用字符串的内容来追加 SQL 语句。