Subject Re: [IBO] datetime as NULL
Author Helmut Steinberger
>Helmut,
>instead of:
>FieldByName('FIELD').AsDateTime:=0
>use:
>FieldByName('FIELD').Clear;

Thanks al lot. Such an easy solution and I didn't find it;-)
I tried to find a solution and wasted many hours. Than I decided to
ask the list and got a solution within minutes,
Thanks to the whole list.

cu Helmut