Subject Re: [firebird-support] procedure that calls a procedure
Author Alan J Davies
If the parameters (input & output) have not changed, then no. You may
see a warning when you compile, but generally you can ignore that. As
for your app, it should have no idea of what your level-2 called
procedure does.
Hth


Alan J Davies
Aldis

On 11/04/2014 17:59, artmccabe@... wrote:
> I have a procedure that calls several other procedures.
>
> I have changed one of the embedded procedures and can run that
> independently and get the results I expect, I was able to compile it and
> it works.]
>
>
> My question is do I need to compile the parent procedure again, or
> should it just pick up the new version of the prod.
>
> And if I am calling this with an app that is connected, do I need to
> stop that app and restart it, or will that use the new version?
>
> Art
>
>