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

AVEVA™ InTouch HMI

SQLAppendStatement() 関数SQLAppendStatement()かんすう

SQLAppendStatement() 関数SQLAppendStatement()かんすう

  • Last UpdatedSep 26, 2024
  • 1 minute read

SQLAppendStatement() 関数は、文字列の内容を使用して SQL ステートメントを続行します。関数呼び出し中にエラーが発生したかどうかが戻り値によって示されます。

InTouch タグ変数は最大 131 文字の文字列をサポートできます。一般的に、SQLAppendStatement() 関数を使用して、追加文字列をステートメントに連結します。

カテゴリ

SQL

構文

[ResultCode=]SQLSetStatement(ConnectionID, SQLStatement);

引数

ConnectionID

各データベース接続に SQLConnect() 関数によって割り当てられた番号(ID)を保持するメモリ整数型タグの名前

SQLStatement

付加する実際のステートメント

ResultCode=SQLAppendStatement(ConnectionID, "where tablename.columnname=TR-773-01")

参照項目

SQLConnect()、SQLClearStatement()