Execute Query

 

Runs an SQL query created in the Database Query action cell.

 

The results and the number of rows found are stored in memory and also to variables configured in the 'Query Result' list of a preceding Database Query action cell.

The results held in memory can be accessed by the Fetch Query Result action cell.

Properties

Option

Description

Query Statement

Select the query to execute.

Result Rows

Optionally, enter an integer variable to hold the number of result rows returned by the query.

Exit Points

Exit Point

Description

Complete

This is taken if the query has been executed successfully

Error

This is taken if the query has not been executed successfully.