Subject How to put NULL to a field?
Author pepmallorca <pepmallorca@yahoo.es>
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;

But the error is:

Invalid variant type conversion


Thank you,