Subject Re: [Firebird-Architect] Exec. statement parameters
Author Vlad Khorsun
...
> Named parameters is good feature, but what about the syntax in the sample, O
> also do not like it. If we use named parameters, it should be something like:
>
> S = 'INSERT INTO TTT VALUES (:a, :b, :a)';
> EXECUTE STATEMENT S (a=CURRENT_TRANSACTION, b=CURRENT_CONNECTION);

Hmm... now i see where confusion is. I'll look how to implement such syntax

Regards,
Vlad