Skip to main content

Execute row SQL script

Description

Execute row SQL script is a step in the Scripting Plugin for Process Studio Workflows. Execute SQL script for every input-row to this step (not). An input field can be used to specify the SQL to execute or it can specify a file that contains the SQL to execute. This step is similar to Execute SQL script but does not have the option to execute SQL during the initialization phase of the workflow

Configurations

No.Field NameDescription
Select & Alter Tab:
1Step nameSpecify the name of the step as it appears in the workflow workspace. This name has to be unique in a single workflow.
2ConnectionSelect a database connection to use
3CommitSpecify the number of rows to send before doing a database commit
4SQL field nameThe field that either contains the SQL to execute or optionally specifies the path to a file that contains SQL to execute
5Read SQL from fileIf checked, then the SQL field name option specifies a file that contains SQL to execute, otherwise the SQL field name option specifies the actual SQL to execute.
6Field to contain insert stats(optional)Specify a field name to hold the number or records that where inserted.
7Field to contain update statsSpecify a field name to hold the number or records that where updated.
8Field to contain delete statsSpecify a field name to hold the number or records that where deleted.
9Field to contain read statsSpecify a field name to hold the number or records that where read.