Subject Re: [firebird-support] FB3 returning clause and new API
Author Dimitry Sibiryakov
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.


--
WBR, SD.