Microsoft reporting: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
Thursday, October 23rd, 2008
This error was bugging me for a long time until I found this excellent forum discussion: http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=541116&SiteId=1 The following points summarize the causes and solutions from the forum and offer some additional help: 1. Check if you have changed the length of any fields in the underlying database table after creating the dataset. If you [...]
