Subject | Re: [IBO] NULL input in IBOQuery |
---|---|
Author | Lucas Franzen |
Post date | 2005-12-15T14:01Z |
yaedos2000 schrieb:
Luc.
> Hi,As in any other query component
>
> How can I set input a NULL value into an IBOQuery? I'm trying to do the
> following:
>IBOQuery1.ParamByName('DATE2').CLEAR;
> IBOQuery1.ParamByName('DATE1').AsDate := SomeDate;
> IBOQuery1.ParamByName('DATE2').AsDate := NULL;
Luc.