Subject | Fetch multiple rows using isc_dsql_fetch |
---|---|
Author | kapsee |
Post date | 2006-02-26T23:28Z |
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!
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!