Affected Rows always returns 0 [ODBC171]
firebird-automations opened this issue · 4 comments
firebird-automations commented
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.
firebird-automations commented
Commented by: MT Jordan (mtjo62)
This is a test file to return Affected Rows.
firebird-automations commented
Modified by: MT Jordan (mtjo62)
Attachment: test_firebird_odbc_aff_rows.php [ 12422 ]
irodushka commented
Need to be tested on 3.0 driver
irodushka commented
I see it's working correct now. Please reopen if the problem persists.