Subject | Re: [Firebird-Architect] Named arguments for SP |
---|---|
Author | Helen Borrie |
Post date | 2005-01-15T13:10:17Z |
At 01:29 PM 15/01/2005 +0100, you wrote:
break all the interfaces that are kind enough to support substitutable
params...
Helen
> > > execute procedure sp with x = 1, y = 2;As long as you don't make it the ONLY way to pass parameters and thereby
> >
> > Or just:
> >
> > execute procedure sp (x = 1, y = 1)
>
>Much more clear. I would support this one :-)
break all the interfaces that are kind enough to support substitutable
params...
Helen