Subject TIBOTable and required fields
Author Lin MacDonald
I have a field in my IB database that is required but is filled with a
Trigger/generator in IB. When I try to commit a new row in my Delphi
app I get an error message that "Ref_No" is a required field. How do
I tell Delphi to leave it alone? (I am using TIBOTable) I tried
setting Required to false in the Fields Editor and also in FieldDefs.
Neither worked. Where should I make that change? (I found it in the
SQL Editor with TIBOQuery but that option isn't available here)

Thanks,

Lin MacDonald