Subject | Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible? |
---|---|
Author | Dimitry Sibiryakov |
Post date | 2016-09-12T10:25:11Z |
12.09.2016 12:19, jonatan.lauritsen@... [firebird-support] wrote:
it the same way as "execute procedure" statement.
http://php.net/manual/en/pdo.prepared-statements.php
--
WBR, SD.
> 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.