Subject | How to put NULL to a field? |
---|---|
Author | pepmallorca <pepmallorca@yahoo.es> |
Post date | 2002-12-29T09:45:58Z |
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,
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,