I'm trying to fill the datatable, but I get an error saying: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
I've allowed NULL values for a column and some records have to have NULL values (it's a date field btw.)
How can I fill the datatable and still allowing the NULL values for that field?