Subject | Re: [IBO] IBO vs IBX (Perfomance problem) |
---|---|
Author | Daniel Rail |
Post date | 2003-03-27T14:39:40Z |
Hi,
At March 27, 2003, 09:20, ffranceschi wrote:
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)
At March 27, 2003, 09:20, ffranceschi wrote:
> I have a NTService with IBX... It's processing 50 record in 13I would suggest the following conversion:
> 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?
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)