Subject | Re: [IBO] How to put NULL to a field? |
---|---|
Author | Raymond Kennington |
Post date | 2002-12-29T10:00:11Z |
"pepmallorca " wrote:
IB_QryXXXFIELD.Value := NULL;
Raymond Kennington
Programming Solutions
W2W Team B
>Use TFields.
> Hello:
>
> Here is a simple question:
>
> I have a numeric field and I want to give it the NULL value.
>
> For example, I write:
>
> IB_QryXXX.FieldByName('FIELD').AsInteger:=null;
IB_QryXXXFIELD.Value := NULL;
>--
> But the error is:
>
> Invalid variant type conversion
>
> Thank you,
Raymond Kennington
Programming Solutions
W2W Team B