Hello,
If I put multiple statements in an XML message sent to the JDBC receiver adapter, are they executed sequentially? or in parallel???
In this case I have several inserts followed by a stored procedure execute. I am getting a couple of inserts done then the stored procedure is executed. I would need all the inserts executed before the SP is called.
Would specifying EOIO service level achieve this? Is there a configuration parameter in adapter, driver or somewhere else to achieve serial execution of the statements???
Thank you!
-Sam