Archive for the ‘ADO.NET’ Category

Debugging ADO.NET Datatables

Do you ever had the famous error message :
“Failed to enable constraints. One or more rows  contain values violating non-null, unique, or foreign-key  constraints.”
when using ADO.NET Datasets ?
Tthis is an incredibly useful message isn’t it ?
So what can you do to spare you some headaches ? Retrieve a more useful message sure !
You have to [...]

More »