Subject Re: [IBO] NULL input in IBOQuery
Author Lester Caine
yaedos2000 wrote:

> How can I set input a NULL value into an IBOQuery? I'm trying to do the
> following:
>
> IBOQuery1.ParamByName('DATE1').AsDate := SomeDate;
> IBOQuery1.ParamByName('DATE2').AsDate := NULL;

IBOQuery1.ParamByName('DATE2').Clear;

--
Lester Caine
-----------------------------
L.S.Caine Electronic Services
Treasurer - Firebird Foundation Inc.