Subject Re: Zeos components - any issues?
Author plinehan
In firebird-support@yahoogroups.com,
Adomas Urbanavicius <adomas@i...> wrote:


> When we were to decide what component to use for our app,
> zeos was in list, but it faced some problems while working
> with quite large datasets
> opened (~ 0.1 - 0.5 mil records ), i dont remember though
> exactly what problems, but simple commands like
> dataset->Last() , then First(), or lookup took far beyond
> acceptable limits. ( It seems that IBOjects do
> not suffer from this problem :) )


That looks like TTable type syntax to me? I thought that
good system design would dictate that one should never
have 500.000 records open at once?


Paul...


> Adomas