Subject | Re: [IBO] NULL input in IBOQuery |
---|---|
Author | Lester Caine |
Post date | 2005-12-15T13:43:29Z |
yaedos2000 wrote:
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.
> How can I set input a NULL value into an IBOQuery? I'm trying to do theIBOQuery1.ParamByName('DATE2').Clear;
> following:
>
> IBOQuery1.ParamByName('DATE1').AsDate := SomeDate;
> IBOQuery1.ParamByName('DATE2').AsDate := NULL;
--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.