Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Accessing databases | Accessing Databases with Services | Creating Database Flow Services | Generating a Database Flow Service from a Table | Output from the Flow Service
 
Output from the Flow Service
When you generate a flow service from a database table, the database operation determines the service output. The following table describes the service output produced by each database operation:
Database Operation
Output
Select
Number of rows that the service retrieved and the columns from those rows that the service requested
Insert
Update count that the database returned in response to the SQL command
Delete
Update count that the database returned in response to the SQL command
Update
Update count that the database returned in response to the SQL command