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
I tried to create new topic in firebird-php but it is getting list, not
visible. :((
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
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
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?
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
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