How to get number of affected records using Firebird C API?
You need to pass isc_info_sql_records to isc_dsql_sql_info(). If you want an example, take a look at implementation in open source IBPP library:
http://www.ibpp.org
IBPP is a thin C++ wrapper around Firebird C API, the code in it is very simple and straightforward.
Do you find this FAQ incorrect or incomplete? Please e-mail us what
needs to be changed. To ensure quality, each change is checked by our editors (and often tested on live Firebird
databases), before it enters the main FAQ database. If you desire so, the
changes will be credited to your name. To learn more, visit our add content page.
All contents are copyright © 2007-2024 FirebirdFAQ.org unless otherwise stated in the text.