Subject Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?
Author Dimitry Sibiryakov
12.09.2016 12:19, jonatan.lauritsen@... [firebird-support] wrote:
> Is is possible to execute insert... into... and fetch result at all with Firebird?

No. "insert into returning" produce singleton result, not result set. You must threat
it the same way as "execute procedure" statement.

http://php.net/manual/en/pdo.prepared-statements.php

--
WBR, SD.