Subject Re: [firebird-support] Max recursion for stored procedures
Author Kubanychbek Tajmamat oolu
>
>
>Does anyone know the max-recursion level of stored procedures
>in Firebird?
>
>That is, for a recursive procedure to call itself? And is this max
>defined on a per "branch" call-stack?
>
It is not a good practice to use recursions in stored procedures.
Iterations are better. Remember Dejkstra and Wirth.
Algorithm should be clear.
Sometimes it requires more code but it will save time later while making
tests and tech support.

Regards,
Kubanych.