Subject Re: [firebird-support] allnested sp
Author Lucas Franzen
> No, you haven't.
> But if the procedure that calls another procedure was already in use
> (cached) while you are changing the called procedure it will continue
> using the cached version until you disconnect / reconnect.

Sorry I dind't express this right.

In short:
Every stored procedure that was in use during a connection is cached and
the cached version will be used until the next "disconnect / reconnect".

Luc.