Subject | Re: How to convert set of integers into a BLOB in SP or UDF |
---|---|
Author | Roman Rokytskyy |
Post date | 2002-12-01T17:05:30Z |
> >Will Firebird somehow optimize each isc_dsql_fetch somehow that itNow let's consider the case of JayBird. Since no dll is available (we
> >will transmit 120 records per packet instead of 120 packets for each
> >record?
>
> Yes. Unless your select includes "FOR UPDATE" (that's a long sorry
> story), the server prefetches records to fill a packet. The client
> dll returns the records to the client one at a time.
talk wire protocol there), do we need to send something to server, so
we get response in one packet? Or we get response in such form in all
cases?
Thanks!
Roman