Subject | Re: [Firebird-Architect] Exec. statement parameters |
---|---|
Author | Roman Rokytskyy |
Post date | 2007-12-12T09:50:54Z |
>> Don't introduce ambiguities with boolean expressions, please. :-)What about the VBA syntax? :)
>
> EXECUTE STATEMENT S (a(CURRENT_TRANSACTION), b(CURRENT_CONNECTION));
>
EXECUTE STATEMENT S (a:=CURRENT_TRANSACTION, b:=CURRENT_CONNECTION);
Roman