Subject | Re: [firebird-support] Re: FB3 returning clause and new API |
---|---|
Author | Martin Schreiber |
Post date | 2016-09-15T12:55:54Z |
On Thursday 15 September 2016 12:25:31 Norbert Saint Georges nsg@...
[firebird-support] wrote:
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
[firebird-support] wrote:
>Thanks, but do I read the code correct, that you also use
> below, a bit dirty but functional code in codetyphon, reading the
> buffer is RS
>
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