|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Enforcing Constraints different in .NET 1.1 and 2.0?When I fill a DataSet in .NET 1.1 that has a two records that have the
same primary key, it allows the fill to occur without any errors. EnforceConstraints is set to true. Running the same code in .NET 2.0 results in an error. Is is a Constraint Exception. Is this a change in behavior between the two versions? I can't find any documentation that talks about this change in behavior. I am concerned with upgrading a very large application to .NET 2.0 that I will run into more of these issues. Any references that could help me identify other changes in behavior that I can look for? Thank you. |
|||||||||||||||||||||||