Subject PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible?
Author
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 fetch result at all with Firebird?

I have filed more extensive question on Stackoverflow:
Use of PHP PDO with Firebird INSERT... RETURNING / STORED PROCEDURE without SUSPEND