Subject Count number of rows affected by update
Author kapsee
After executing an update statement using isc_dsql_execute, how do I
count the number of rows affected without making another roundtrip to
firebird ? I am currently using isc_dsql_sql_info and this seems
pretty expensive, so I think it's going to back to firebird server to
get the information.

Thanks!