Subject | Re: [IBO] Fetch rows one by one |
---|---|
Author | Aurimas Černius |
Post date | 2009-05-29T07:26:23Z |
Hello,
because TIB_Cursor just did the job.
Thank you for your help.
--
Aurimas
> The way you accomplish this is use the FOR UPDATE clause with your selectJust adding FOR UPDATE didn't help. I haven't looked more on the "why",
> statement. This tells the engine to only send a single record at a time
> from
> the server. Otherwise, by default, it will pull in enough records to fill a
> network packet so that more efficient use of your bandwidth.
>
> Be sure to watch in the SQL trace monitor to see if that clause remains. I
> suggest only using the TIB_Cursor component for these queries because it is
> unidirectional and not buffered.
because TIB_Cursor just did the job.
Thank you for your help.
--
Aurimas