FirebirdSQL/firebird-odbc-driver

Affected Rows always returns 0 [ODBC171]

firebird-automations opened this issue · 4 comments

Submitted by: MT Jordan (mtjo62)

Attachments:
test_firebird_odbc_aff_rows.php

I found a closed bug report for this same issue and I wanted to open a new report as this issue appears unresolved. The PHP ODBC function odbc_num_rows() always returns 0 for all update, insert and delete queries. This only applies to the Firebird ODBC driver. The standard and PDO PHP extensions return affected rows as expected.

Commented by: MT Jordan (mtjo62)

This is a test file to return Affected Rows.

Modified by: MT Jordan (mtjo62)

Attachment: test_firebird_odbc_aff_rows.php [ 12422 ]

Need to be tested on 3.0 driver

I see it's working correct now. Please reopen if the problem persists.