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 26, 2024
  • 1 minute read

SQLDisconnect() 関数はデータベースとの接続を解除し、SQLPrepareStatement() 関数および SQLInsertPrepare() 関数用に取得されたすべての未リリース リソースをクリーン アップします。

カテゴリ

SQL

構文

[ResultCode=]SQLDisconnect(ConnectionID);

引数

ConnectionID

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

参照項目

SQLConnect()