Subject | Re: [firebird-support] allnested sp |
---|---|
Author | Lucas Franzen |
Post date | 2005-12-10T16:18:41Z |
> No, you haven't.Sorry I dind't express this right.
> 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.
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.