Subject | Re: [firebird-support] Re: What is the purpose of isc_dsql_fetch_m? |
---|---|
Author | Dmitry Yemanov |
Post date | 2008-01-13T09:23:17Z |
partsi wrote:
records (as many as fits in the protocol packet) and they're cached on
the client side to be used by subsequent fetch calls (until the cache is
empty and another roundtrip is made).
Dmitry
>Firebird does it behind the scenes. A fetch call retrieves multiple
> Does Firebird support retrieving multiple records in a single call? I
> would expect Firebird to provide a function such as isc_dsql_fetch_n to
> retrieve multiple records. This would improve performance with larger
> result sets because the number of roundtrips to the server could be
> minimized.
records (as many as fits in the protocol packet) and they're cached on
the client side to be used by subsequent fetch calls (until the cache is
empty and another roundtrip is made).
Dmitry