Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?

2016-09-13 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 13/09/16 11:09, jonatan.laurit...@yahoo.dk [firebird-support] wrote: > I tried to create new topic in firebird-php but it is getting list, not > visible. :(( On all the yahoo lists the fist posts are moderated. It's up now ... -- Lester Caine - G8HFL - Contact - ht

Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?

2016-09-13 Thread jonatan.laurit...@yahoo.dk [firebird-support]
I tried to create new topic in firebird-php but it is getting list, not visible. :((

Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?

2016-09-13 Thread Lester Caine les...@lsces.co.uk [firebird-support]
On 13/09/16 06:30, jonatan.laurit...@yahoo.dk [firebird-support] wrote: > But it looks like from the Yii2 code that select and insert...returning > is handled alike in the PHP Data Objects. Can it be possible that > Firebird PDO driver deviates from the official PDO interface. Who > develops pdo_fi

Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?

2016-09-13 Thread Helen Borrie hele...@iinet.net.au [firebird-support]
Hello jonatan.laurit...@yahoo.dk, Tuesday, September 13, 2016, 5:30:28 PM, you wrote: > But it looks like from the Yii2 code that select and > insert...returning is handled alike in the PHP Data Objects. Can it > be possible that Firebird PDO driver deviates from the official PDO > interface. W

Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?

2016-09-12 Thread jonatan.laurit...@yahoo.dk [firebird-support]
But it looks like from the Yii2 code that select and insert...returning is handled alike in the PHP Data Objects. Can it be possible that Firebird PDO driver deviates from the official PDO interface. Who develops pdo_firebird.dll and is it possible to adapt is behavior?

Re: [firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?

2016-09-12 Thread Dimitry Sibiryakov s...@ibphoenix.com [firebird-support]
12.09.2016 12:19, jonatan.laurit...@yahoo.dk [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

[firebird-support] PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?

2016-09-12 Thread jonatan.laurit...@yahoo.dk [firebird-support]
I am trying to fetch data from PDOStatement with insert... into... or stored procedure (without suspend clause) in PHP using PHP data objects (PDO) with Firebird. And I am getting the error: SQLSTATE[HY000]: General error: -502 Cursor is not open Is is possible to execute insert... into... and