Transaction Processing
From: Cable Services Group <m.meyer_at_gonix>
Date: 1995/06/20
Message-ID: <DAHu2t.Jvu_at_gonix.com>#1/1
Date: 1995/06/20
Message-ID: <DAHu2t.Jvu_at_gonix.com>#1/1
I have the following question concerning PRO*C and transaction processing.
If I have a transaction and execute a ROLLBACK and the ROLLBACK fails:
- Is the transaction still in progress ?
- Should I have the program disconnect and establish a new connection before submitting any more transactions?
If I have a transaction and execute a COMMIT and the COMMIT fails:
- Is the transaction still in progress ?
- Should I have the program disconnect and establish a new connection before submitting any more transactions?