Tag: Constraint
Failed to enable constraints, one or more rows contain values violating non null, unique or foreign-key constraints
I found this error on my project. Well i spent around one hour to figure out this problem. People might think that this is some silly error message.
The error message i got is “Failed to enable constraints, one or more rows contain values violating non null, unique or foreign-key constraints”.
this is caused by my stored [...]
Posted: August 29th, 2008 under C#, SQL Server, VB.NET.
Tags: Constraint, DataTable
Comments: none