Subject Re: bugged "alter procedure"
Author Peppe Polpo
--- In firebird-support@yahoogroups.com, Henryk Paluch <paluch@m...>
wrote:

> You need to compile again procedure A too.

I guess I did that. I fought with the problem for half an hour and I
tried just everything.

Then - as a last move - I dropped the database and rebuilt it anew.

IMHO, the command is bugged.

Peppe Polpo


>
> >I have procedure A.
> >
> >This procedure calls procedure B, that I have changed with "alter
> >procedure".
>
> >If I try to delete procedure A, I get the message
>
> Hi!
> You need to compile again procedure A too. When A includes B then
change
> in B is not reflected in A (that A still contains copy of old B
> procedure).
>
> It seems that Firebird does not call B from A, but that A contains
> expanded code from B (somehting like macro expansion), but it is
pure
> guess...