I have a DataSet where the GetChanges() return this:
An unhandled exception of type 'System.Data.ConstraintException' occurred in System.Data.dll Additional information: Failed to enable constraints. One or more rows contain values violating non-null, unique, or foreign-key constraints.
How can I tell in what table the problem is?
It happens before I save the tables. If I skip the Getchanges(), the save is OK.
Thanks