Subject | Re: [IBO] How to improve performance of IBO. |
---|---|
Author | G. Allen Casteran |
Post date | 2002-02-07T23:11:11Z |
Mirko,
You might try dropping TIBOQuery components on a form or data module and
creating persistant fields. I would guess that your performance hit is due
to the creation of the dynamic field every time you reopen the Query with
new SQL.
Allen.
You might try dropping TIBOQuery components on a form or data module and
creating persistant fields. I would guess that your performance hit is due
to the creation of the dynamic field every time you reopen the Query with
new SQL.
Allen.