Subject | Re: [firebird-support] Re: InterbaseExpress |
---|---|
Author | emel.hu |
Post date | 2005-11-11T11:38:21Z |
> WITHOUT unidirectional I get a OUT OF MEMORY.The unidirectional flag switch off to buffer rows in client.
>
> WITH unidirectional I do not get this.
You can't use Prev(), only Next().
If count of records is low, buffered dataset is good choice, you can
navigate inside this.
But if you need a lot of records in client, you need not buffered
(unidirectional). You can read all row forward, row by row, against eof.
eMeL
(sorry my terrible english)