It seems that IsNULL is always false for OraObject fields. I added a null field to the ODAC_EMP table for example and although a query like
select * from ODAC_EMP where person is null
Returns the record, the PERSON field's IsNull is false and if I do a GetObject on the field its IsNull property is also false. I think it should be true in both cases. Any ideas?
I'm using ObjectView := True.
Thanks for any help!
-Mark Ford