Subject | Count number of rows affected by update |
---|---|
Author | kapsee |
Post date | 2005-08-29T20:14:14Z |
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!
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!