Subject | Re: [ib-support] NOT NULL, Auto Generated Field and Delphi |
---|---|
Author | Martijn Tonies |
Post date | 2002-10-21T19:18:42Z |
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."
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.
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."
>TRIGGER) with NOT NULL constraint. I can introduce data in IBConsole,
> I have one auto generated field (a GENERATOR with a BEFORE INSERT
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?