Does anyone know if it is possible to isolate commits within DB2.
Example: Program A calls Program B. Program B makes changes to a DB2 table and performs a commit. Can the commit in Program B be done so that changes done in Program A are NOT commited.
as far as I'm aware the only way to accomplish this is if Program A was to invoke Program B as an asynchronous transaction, which would then be it's own UOW.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.