Subject Re: [firebird-support] Re: FB3 returning clause and new API
Author Martin Schreiber
On Thursday 15 September 2016 12:25:31 Norbert Saint Georges nsg@...
[firebird-support] wrote:
>
> below, a bit dirty but functional code in codetyphon, reading the
> buffer is RS
>
Thanks, but do I read the code correct, that you also use
IAttachment.prepare() in order to get the messagemetadata? Does this cause an
additional server roundtrip?
With IAttachment.execute() there is no messagemetadata available and with the
statement
"
insert into TABLE1 (STR1) values ('aabbccdd') returning PK
"
IAttachment.openCursor() seems not to work.

Martin