Subject Re: [IBO] Is IBX better than IBO when used threaded ?
Author Carlos Macao
Hi Pelle,

> Normally I am using IBO (for my unthreaded/GUI-enabled)
applications
> and I would naturally prefer to use IBO for my (comming) threaded
> service. However if I using IBX can have 500 records a second and I
> using IBO can only have 200 then IBX is going to be my choice (I am
> hopeing I've just made a stuid error in the IBO version).
>

You are using TIBOQuery component which is a little slow than
TIB_Query, but in your example use TIB_DSQL instead with one commit
for each 1000 inserts and try do disable indexes while inserting
massive records enabling it at the end.

I hope this changes help you,
Carlos Macao