KeepSQLHistory property

Applies to
TIB_Statement

Declaration
Property KeepSQLHistory : boolean;

Description
This property determins whether a SQL history is preserved for the compoenent or not. Each time a statement is successfully prepared an entry is made in the history list.

If the SQLHistoryRef has ben scrolled to a previous statement in the list then new entries are not made but the current one is overwriten.

This takes effect in the IB_DSQL tab of the IB_WISQL utility.