Subject Re: [ib-support] Re: Recursive SP
Author Svein Erling Tysvaer
Valdir,

> > Valdir, depth of recursion is limited by 1000, if your procedure
> > does'nt exhaust some OS resource (stack for example) earlier.
> >
> > Best regards, Alexander V.Nevsky.
>
>Ok. But this is a const inside the firebird source code or can i raise this
>value?

are you saying that 1000 is not enough? If so, I would suggest you examine
your design. Without too much experience with recursive procedures, I think
your requirements are very unusual if you really need a higher value.

Set