Subject Re: [Firebird-Architect] Exec. statement parameters
Author Adriano dos Santos Fernandes
Roman Rokytskyy escreveu:
>>> Don't introduce ambiguities with boolean expressions, please. :-)
>>>
>> EXECUTE STATEMENT S (a(CURRENT_TRANSACTION), b(CURRENT_CONNECTION));
>>
>>
>
> What about the VBA syntax? :)
>
> EXECUTE STATEMENT S (a:=CURRENT_TRANSACTION, b:=CURRENT_CONNECTION);
I suggested this syntax for named SP arguments.

There was no agreement but no strong objections either AFAIR. :-)


Adriano