Kalan
Member
Hi All,
I knew why the below error is coming, but my requirement is as per my company coding standard I have to explicitly specify the DO TRANSACTION keyword regardless of this below warning message. Could you pls suggest me how to retain this keyword in nested transaction scope and at the same time to avoid the warning message?
Thanks in advance.
Issue:
WARNING--TRANSACTION keyword given within actual transaction level
I knew why the below error is coming, but my requirement is as per my company coding standard I have to explicitly specify the DO TRANSACTION keyword regardless of this below warning message. Could you pls suggest me how to retain this keyword in nested transaction scope and at the same time to avoid the warning message?
Thanks in advance.
Issue:
WARNING--TRANSACTION keyword given within actual transaction level
There is a transaction already active. Either because you have nested transactions using the TRANSACTION keyword or because an implicit transaction is active in the block enclosing the TRANSACTION keyword.