cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC

Former Member
0 Kudos

We have a scenario where we are sending in multiple stored procedure calls in on Message type: i.e:

Statement

...

Statement

...

Statement

...

etc

Now we are trying to implement it where if one of the stored procedures fail then all previous are rolled back but this doesn't seem to be the case...

Could someone tell me is the transaction level On the message type level or does it consider one statement to be one transaction.

Also let me know if there is a way to only commit after all statements are successful. Is there maybe something in the JDBC Adapter?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anyone have any idea about Transaction Handling?