Subject Re: [IBO] TIBOQuery slowest that TQuery (BDE).
Author Luiz Alves
Mirko,
> I migrate my application changing the BDE Dataset TQuery into TIBOQuery
> and I found that the program which execute many little select in little
> table are slowest with IBO component.
> For example my menĂ¹ program, when I select a item, execute 15/20 select to
> load and decode the new menĂ¹ page and it thake 1 or 2 seconds;
> There are something to set up in IBO in this case?
I believe you can get some improvement if you use a tib_cursor instead of
tiboquery.

Luiz.