Subject Re: [IBO] NOINSERT field attribute
Author Jason Wharton
> How to make NOINSERT field attribute take effect in TIB_Query? Because
field with this attribute set to True always appear in INSERT statement.

NOINSERT only makes the controls unable to receive user-control based
modifications, but it isn't meant to prevent programmer allowed run-time
modifications to the column value. If you want to have complete control of
the columns in the SQL I suggest you put your own into the InsertSQL
property.

By omitting that column, it will be read-only for you when in insert mode.

Jason Wharton
CPS - Mesa AZ
http://www.ibobjects.com