Subject | Re: [ib-support] Default Question |
---|---|
Author | Robert F. Tulloch |
Post date | 2001-02-08T14:08:35Z |
Hi:
OnExit If('') then '0'. Oh well.
Thanks.
Best regards
> On an update, it will go NULL. Defaults only apply to inserts and they areAnh! not the answer I wanted but oh well. Will keep the code setting it to '0'.
> only set if the insert doesn't specify something in the column. Passing
> NULL in the insert statement will cause the column to be NULL. If you
> exclude the column from the Values() list in the insert, you will get the
> default.
>
> If you need the column to go to zero whenever it gets set null, you'll need
> a BU trigger to do that.
OnExit If('') then '0'. Oh well.
Thanks.
Best regards