Database
Execute update
Execute update activity executes a requested query on the database and returns the query result.
*Connection name | The defined connection name before is chosen from the dropdown. |
Param1 | The value to be assigned to the first parameter is written. |
Param2 | The value to be assigned to the second parameter is written. |
Param3 | The value to be assigned to the third parameter is written. |
Param4 | The value to be assigned to the fourth parameter is written. |
Param5 | The value to be assigned to the fifth parameter is written. |
Parameters | If it is desired to put multiple parameters, parameters are written. |
*Query sql | The value of sql query is written. |
*Result dataset name | The reference name is given to the dataset which will create in this field. |