I know that MySQL treat NULL and empty strings ('') as being different. Does MyDac do the same? I noticed yesterday that
MyQuery->FieldByName("StringField")->IsNull returned false
yet the BCB IDE inspector displayed the value of
MyQuery->FieldByName("StringField")->AsString as NULL.
[The field in question has a MySQL default value of ''].