Subject | PHP PDO fetch from insert... into... or from stored procedure without suspend clause? Is it possible? |
---|---|
Author | |
Post date | 2016-09-12T10:19:59Z |
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:
I have filed more extensive question on Stackoverflow:
Use of PHP PDO with Firebird INSERT... RETURNING / STORED PROCEDURE without SUSPEND
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