Purpose: Executes a query aganist a database and return a single value (for example "SELECT COUNT (*) FROM MY_TABLE")
Properties
- Name: Connection
- Type: Select from list
- Direction: in
- Purpose: Database connection in which query is performed
- Name: Query
- Type: String
- Direction: in
- Purpose: Sql ANSI to execute
- Name: Result
- Type: String
- Direction: out
- Purpose: value returned from query