Subject Re: [firebird-support] Trigger nesting level
Author Dmitry Yemanov
lacakus wrote:

> Is there a way how to detect in trigger /or SP/ current nesting level ?

No.

> I need detect and stop infinite recursive calling of triggers or SPs ?

Firebird does it for you. It will throw an error as soon as you reach
about 1000 nested calls.


Dmitry