Subject | RE: [firebird-support] Re: Trigger is not 100% |
---|---|
Author | Alan McDonald |
Post date | 2003-11-04T07:10:12Z |
But from my scenario I dont
can't save if there is no value...???
do you actually test for null too here? or just no value?
what is the method of not saving when there is no value?
Have you doen a
select count(*) from table where value is null
? to see if in fact there are null values there?
Alan
> think I am getting a null value after all. because in table b, recordsjames_027,
> can't be save if there is no value in requestqty.
>
> thank a lot for your kind and patience.
>
can't save if there is no value...???
do you actually test for null too here? or just no value?
what is the method of not saving when there is no value?
Have you doen a
select count(*) from table where value is null
? to see if in fact there are null values there?
Alan