How do i set an aurelius Object property to NULL? I have one that is double and NULLable, but when i try to set it to := NULL it raises an exception? Any idea?
thank you in advance
How do i set an aurelius Object property to NULL? I have one that is double and NULLable, but when i try to set it to := NULL it raises an exception? Any idea?
thank you in advance
Hi, use SNull :
NullableField := SNull;
Must have Aurelius.Types.Nullable listed in your uses clause.
Regards,
thank you, i missed to put the unit into uses.