Subject Re: [firebird-support] Firebird BUG
Author Dmitry Yemanov
"Helen Borrie" <helebor@...> wrote:
>
> Check the code that throws error 335544663, max_clones_exceeded - afair,
> this is related to there being too many recversions of the same record.

Nope, it's related to a max number of active clones of the same
trigger/procedure. In other words, it means a recursion depth limit. And
it's value is 750-1000, depending on a platform.


Dmitry