Subject | Re: [firebird-support] FB3 returning clause and new API |
---|---|
Author | Martin Schreiber |
Post date | 2016-09-15T08:16:52Z |
On Thursday 15 September 2016 09:01:04 Dimitry Sibiryakov sd@...
[firebird-support] wrote:
not need to know if it is a SELECT or another statement?
Martin
[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?And then how to get the data? Is using openCursor() not possible so one does
>
> Use IAttachment::execute() for single execution of queries without
> parameters and IStatement::execute() for the rest.
not need to know if it is a SELECT or another statement?
Martin