Subject Re: [firebird-support] Re: Zeos components - any issues?
Author Lucas Franzen
Adomas,

Adomas Urbanavicius schrieb:
> 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 :) )
>
> Adomas

Doing a "LAST" on a .5 million record table (preferrably in combination
with a "SELECT *" I guess) will not be too fast in IBO either, since
even IBO can't speed up pulling all records over the wire....

I don't think this isn't a scenario your decision should be based on.

Although IBO is the best! (ask Jason or Helen)

;-)


Luc.