Reply generation of a SQL statement

The Database Outbound protocol driver retrieves all results of a SQL statement. The Update Count and Results Set Count are saved into the message metadata’s DRIVERCTL field. Result sets are saved into message content.

For example:

Reply message:
msgDriverControl: {_CLUPDATECOUNT_ 1} {_CLRSCOUNT_ 0}
message: ''
  • {_CLUPDATECOUNT_ 1} indicates 1 row is updated in the outbound SQL statement.
  • {_CLRSCOUNT_ 0} indicates no result set is returned from the outbound SQL statement.