Subject | Re: [Firebird-Architect] Exec. statement parameters |
---|---|
Author | Vlad Khorsun |
Post date | 2007-12-10T15:09:36Z |
...
Regards,
Vlad
> Named parameters is good feature, but what about the syntax in the sample, OHmm... now i see where confusion is. I'll look how to implement such syntax
> 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);
Regards,
Vlad