0

How do I configure the SQL Watcher trigger in Flowgear? The config options screen does not contain a field where I can enter the actual Query whose results need to be monitored. Here is a screen shot of what I'm seeing.The SQL Watcher config screen

Also, what is the difference between the "Notify" and the "Poll" options in the "WatchMethod" dropdown?

4

1 回答 1

0

您将首先创建连接,然后将 SQL Watcher 的一个实例添加到工作流并选择您刚刚创建的连接。然后在 SQL Watcher 节点上有一个字段,您可以在其中指定要执行的 SQL 查询。

Watch Method 中的 Poll 选项将在指定的 WatchPollInterval 检查数据库以检查更改。Notify 方法将使用 Sql Query 通知而不是https://msdn.microsoft.com/en-us/library/t9x04ed2%28v=vs.110%29.aspx?f=255&MSPPError=-2147217396

于 2015-02-26T10:14:30.590 回答