Re: Any One care to respond .....JTA!_NEWLINE_!connecting to multiple databases..
Posted By:
Bozidar_Dangubic
Posted On:
Thursday, September 6, 2001 11:37 AM
transaction = all success or transaction = all fails. you cannot have something that commits and something that rollbacks in the same transaction. rememer ACID properties of the transaction. the answer to your question is in "A" of the ACID, Atomic. transaction is atomic and therefore it either commits or it fails.