Error:
The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction.
This error occurs when you try to perform other operations when any transaction fails in try catch section, soon after it goes to catch section.
Solution:
You have to ROLLBACK first on the catch section before doing any other operations.
The current transaction cannot be committed and cannot support operations that write to the log file. Roll back the transaction.
This error occurs when you try to perform other operations when any transaction fails in try catch section, soon after it goes to catch section.
Solution:
You have to ROLLBACK first on the catch section before doing any other operations.
0 comments:
Post a Comment