Subject Renaming Firebird fields programmatically
Author Terry Black
I am running a Delphi7 application which is live.
If I rename a field in Firebird using Flamerobbin how do I refresh the IB_Grid so that the renamed field changes in the Delphi application.

Assuming I can do this I would assume that I run a Script with something like ALTER TABLE TITLE ALTER AGE7 TO AGE8;


Terry