Subject Re: How to improve performance of IBO.
Author Technisoft
At 00:33 08-02-2002 +0000, Allen wrote:

>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.

Whoops, here we go again. I have always whenever possible avoided the use
of persistent fields because, if one adds a field to the datafile, one has
to remember to create the persistent field too. Now it looks as if this
policy is resulting in a speed penalty. How does the use of persistent
fields affect the size of the executable?

Peter Lawson