Subject Fetch multiple rows using isc_dsql_fetch
Author kapsee
isc_dsql_fetches only a single row at a time. Does this require a new
round trip to the database for every row ? My application communicates
with the database over a high latency connection and I need to
minimize the number of round trips by fetching as many rows as
possible over a single round trip to the database. How do I optimize
this ?

Thanks a lot!