Subject Altering Column Headers: Q. & Suggested enhancement
Author Raymond Kennington
Is it possible to dynamically alter column headers via the connection component?

If so, is it necessary to close the connection first for the change(s) to take effect?

In my app each user can set the header for several columns to whatever they want and these
could be different for different forms. An options file will store the headers for each
table used on each form.

Requested enhancement:

IB_Connection1.SetColumnName(const TableName : String; const ColumnName : String);

with an exception raised if either name DNE.

Every time a new form opens I will have to update the headers.

Raymond Kennington