Subject | Re: [firebird-support] Select Statement -> Dataset |
---|---|
Author | Ann W. Harrison |
Post date | 2006-06-06T20:19:49Z |
lec_sas wrote:
the remote interface creates a packet of rows for transfer
to the client. The client side then removes rows from the
packet one at a time, giving the appearance of returning one
row at a time, but better network performance.
Regards,
Ann
>For what it's worth, unless you use "select ... for update"
> ... to get the
> data, you have to use the fetch statement which returns 1 record at a
> time, this doesnt seem like it could potentially be a good way to get
> the data to the grid.
>
the remote interface creates a packet of rows for transfer
to the client. The client side then removes rows from the
packet one at a time, giving the appearance of returning one
row at a time, but better network performance.
Regards,
Ann