Subject | Default value X Query Insert |
---|---|
Author | emgfyah2002 |
Post date | 2002-04-09T12:48:43Z |
Using Firebird and IBO 4Gc. If I try to make a IB_Query insert in a
table that have fields like that:
field1 integer default 10 not null,
and do not use a specific instruction like:
table1.fieldbyname('field1').value := 10;
to send a value to this field am I getting an error, informing that
field1 needs a value!
It apears that the default value are not working or something else is
missing. Where are my error ?
Thank you
Edison
table that have fields like that:
field1 integer default 10 not null,
and do not use a specific instruction like:
table1.fieldbyname('field1').value := 10;
to send a value to this field am I getting an error, informing that
field1 needs a value!
It apears that the default value are not working or something else is
missing. Where are my error ?
Thank you
Edison