How do detect if a Transaction failure occurs?
What is the return value of a transaction when it fails mid way, or does it throw an error?
Example:
How will I know when a transaction failure or a rollback has occurred, for example in case of random I/O failure, or resource exhaustion, or when the database connection is down half-way through the transaction
0 Replies