Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

DB2 Commits

Status
Not open for further replies.

obiwanfan

Programmer
Joined
Jan 19, 2004
Messages
29
Location
US
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.

 
obiwanfan,

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.

Cheeras
Greg
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top