Re: [firebird-support] Do I need to "recompile" dependant stored procedure?

2016-03-24 Thread Ann Harrison aharri...@ibphoenix.com [firebird-support]
On Thu, Mar 24, 2016 at 5:13 PM, 'Wodzu' brucedickin...@wp.pl [firebird-support] wrote: > > > I would have to dig in for example o that behavior, maybe it only seemed > to me that this has occurred. > Don't bother digging, but if it happens again, take notes.

RE: [firebird-support] Do I need to "recompile" dependant stored procedure?

2016-03-24 Thread 'Wodzu' brucedickin...@wp.pl [firebird-support]
-support@yahoogroups.com Subject: Re: [firebird-support] Do I need to "recompile" dependant stored procedure? On Thu, Mar 24, 2016 at 7:24 AM, brucedickin...@wp.pl <mailto:brucedickin...@wp.pl> [firebird-support] <firebird-support@yahoogroups.com <mailto:firebird-s

Re: [firebird-support] Do I need to "recompile" dependant stored procedure?

2016-03-24 Thread Ann Harrison aharri...@ibphoenix.com [firebird-support]
On Thu, Mar 24, 2016 at 7:24 AM, brucedickin...@wp.pl [firebird-support] < firebird-support@yahoogroups.com> wrote: > > > I have two procedures: > > 1. PROC_A > 2. PROC_B - which is using internally PROC_A. > > Now, I've made some changes in PROC_A, do I need to recompile PROC_B as > well? >

[firebird-support] Do I need to "recompile" dependant stored procedure?

2016-03-24 Thread brucedickin...@wp.pl [firebird-support]
Hello, I have two procedures: 1. PROC_A 2. PROC_B - which is using internally PROC_A. Now, I've made some changes in PROC_A, do I need to recompile PROC_B as well? If so, what is the shortest way of doing it? I am pretty sure I've noticed some bad behaviour of PROC_B if I've left it without