Subject Re: [IBO] need to close?
Author Helen Borrie
At 11:39 AM 23/09/2003 +0000, you wrote:
>do I need to close

Yes
Commit/rollback transaction - yes

> & unpreprare IB_Query

No. SQL.Clear will cause that to happen.

> when adding absolutely new SQL

causes the ib_query object to be rebuilt entirely

> KeyLinks

Keylinks don't change if SQL specification doesn't change

>, FieldsVisible properties?

FieldsVisible is just a set of display attributes of existing Column
objects. If you create new SQL, old column objects and everything
pertaining to them disappears.

Helen