Request-Response Service Questions and Answers

You might encounter questions specifically when you are working on Request-Response Service. The frequently asked questions are listed, and their answers are provided.

The Request-Response Service questions and their answers are listed as follows:
Q1: When I use Request-Response Service, can an INSERT statement only with field values (without field names) be sent to improve the performance of the application?
A1: Yes this is supported. Your application can also send INSERT statements without the binds.
Q2: Can an application send UPDATE statements to a subscriber adapter only with fields that are being updated?
A2: Yes, this is supported.
Q3: Does an adapter configuration send responses back as a large message containing all rows or as chunks of messages?
A3: The adapter sends results back to an application as one large message.
Q4: What is returned to the application if a failure occurs when the adapter performs an insert or update?
A4: If an error occurs while the adapter is processing a request, an error code and description is returned to the application. In the case of success, a result set and row count is returned to the application.