Subject | Re: [firebird-support] Max recursion for stored procedures |
---|---|
Author | Kubanychbek Tajmamat oolu |
Post date | 2003-06-30T11:17:52Z |
>It is not a good practice to use recursions in stored procedures.
>
>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?
>
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.