Subject Re: [ib-support] NOT NULL, Auto Generated Field and Delphi
Author Martijn Tonies
Hi,

If you're using persistent Field (TField etc) definitions, set the
"Required" property to False.


With regards,

Martijn Tonies
InterBase Workbench - the developer tool for InterBase
http://www.upscene.com

Firebird Workbench - the developer tool for Firebird
http://www.upscene.com

Upscene Productions
http://www.upscene.com

"This is an object-oriented system.
If we change anything, the users object."

>
> I have one auto generated field (a GENERATOR with a BEFORE INSERT
TRIGGER) with NOT NULL constraint. I can introduce data in IBConsole,
IBExpert. But in my client Delphi App I receive an error about Field
requires a value or something. I don't write any value in Delphi because
this field is auto Generated.
> How can I to avoid this error message?