Subject | Default Question |
---|---|
Author | Robert F. Tulloch |
Post date | 2001-02-08T06:34:08Z |
Hi:
I have an edit control linked to VARCHAR(10) field and that field contains a value,
say '428'.
The field has a DEFAULT of '0'. On the form, I put dataset in Edit and I clear the
entry then Post:
DEFAULT Specifies a default value for column data; this value is entered when no other
entry is made;
Will IB consider "no other entry is made" and insert the DEFAULT '0' or will it go
NULL?
Thanks.
Best regards
I have an edit control linked to VARCHAR(10) field and that field contains a value,
say '428'.
The field has a DEFAULT of '0'. On the form, I put dataset in Edit and I clear the
entry then Post:
DEFAULT Specifies a default value for column data; this value is entered when no other
entry is made;
Will IB consider "no other entry is made" and insert the DEFAULT '0' or will it go
NULL?
Thanks.
Best regards