Subject Re: [IBO] IBO vs IBX (Perfomance problem)
Author Daniel Rail
Hi,

At March 27, 2003, 09:20, ffranceschi wrote:

> I have a NTService with IBX... It's processing 50 record in 13
> seconds... I change this service for IBO (IBODataSet), and now
> process 50 record in 40 seconds...
> I change
> IBSSQL -> IBOQuery
> IBDataBase -> IBODataBase
> IBTransaction -> IBOTransaction
> what happend this service?
> Do you have some idea?

I would suggest the following conversion:

IBSQL -> IB_DSQL
IBDatabase -> IB_Connection
IBTransaction -> IB_Transaction

IBOQuery has a bit more overhead than IB_DSQL, and IB_DSQL is more the
equivalent of IBSQL.

--
Best regards,
Daniel Rail
Senior System Engineer
ACCRA Group Inc. (www.accra.ca)
ACCRA Med Software Inc. (www.filopto.com)