Hi!

I am getting an Invalid_Constraint_Exception when attempting to insert
a row into a datatable where the column is part of a foreign key
constraint. According to what I have read, a NULL value should cause
the constraint check to be skipped, but that is not happening in this
case. Does anyone have any suggestions on what to even try for this?



This is the error:

ForeignKeyConstraint FK__Links__7A672E12 requires the child key values
(999, , 0) to exist in the parent table.

The missing value is nullable on the child table.

Thanks!

Reply via email to