Subject Re: [firebird-support] FB3 returning clause and new API
Author Martin Schreiber
On Thursday 15 September 2016 09:01:04 Dimitry Sibiryakov sd@...
[firebird-support] wrote:
> 15.09.2016 7:56, Martin Schreiber mse00000@... [firebird-support]
wrote:
> > How the values of a returning clause can be fetched with OOP-API?
>
> Use IAttachment::execute() for single execution of queries without
> parameters and IStatement::execute() for the rest.

And then how to get the data? Is using openCursor() not possible so one does
not need to know if it is a SELECT or another statement?

Martin