Subject Re: [Firebird-Architect] Named arguments for SP
Author Helen Borrie
At 01:29 PM 15/01/2005 +0100, you wrote:

> > > execute procedure sp with x = 1, y = 2;
> >
> > Or just:
> >
> > execute procedure sp (x = 1, y = 1)
>
>Much more clear. I would support this one :-)

As long as you don't make it the ONLY way to pass parameters and thereby
break all the interfaces that are kind enough to support substitutable
params...

Helen