<p>Am 29.08.2013 23:04 schrieb "Michael Van Canneyt" <<a href="mailto:michael@freepascal.org">michael@freepascal.org</a>>:<br>
><br>
><br>
><br>
> On Thu, 29 Aug 2013, silvioprog wrote:<br>
><br>
>><br>
>> Other interesting feature is the property EmptyAsNull:<br>
>><br>
>> <a href="http://docwiki.embarcadero.com/VCL/XE/en/IBCustomDataSet.TIBStringField.EmptyAsNull">http://docwiki.embarcadero.com/VCL/XE/en/IBCustomDataSet.TIBStringField.EmptyAsNull</a><br>
>><br>
>> It tests if field (ftString) is empty (f = ''), if yes, it set the field value to null (f.Clear).<br>
><br>
><br>
> Apparently a IBX specific extension.<br>
><br>
> I don't see the value of this. empty and null are different things.</p>
<p>Not everywhere. In Oracle empty strings are Null (which is why we have special code for this situation in our business application).</p>
<p>Regards,<br>
Sven</p>