Subject RE: [IBO] How to put NULL to a field?
Author Tobias Giesen
> IB_QryXXX.FieldByName('FIELD').AsInteger:=null;

You can also simply use

IB_QryXXX.FieldByName('FIELD').Clear;

Cheers,
Tobias