Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This activity runs a query on an Oracle a DB2 Server database.

Activity Parameters

The Run Query activity parameters can be provided by manual inserted values or via IN arguments or variables:

Image RemovedImage Added

Parameters:

  • Query (text box editor type) (type: string): the SQL query string. For example: "SELECT Name, Company FROM FLOWSTERNAMESs NAMES where ID>1 and ID<4 order by name ASC"
    Image Removed
    Image Added

The Read Only Output variable are the possible output values that the activity will provide:

...

 

Execution: In the Tracking Data there can be seen the returned results:

Image RemovedImage Added

 

The same result can be seen when executing the same SQL Select query from Oracle Application ExpressDB2 (IBM Data Studio was used for the examples):

Image RemovedImage Added

 

 

 

 

Select Row(s) from Table

...