Hi KPH,
As I mentioned in my last post, the typed DataSet might contain some
constraints in the schema. Data which violates these constraints will not
be added. For example, if we have defined a primary key in a table. The
table already contains a row whose primary key is 1. When we are trying to
add another row which has the same primary key value, an error occurs. If
the problem persists, could you please paste your exception message here?
Or could you paste your DataSet schema and the Xml file here? Thanks for
your cooperation!
For more information about constraints, please check the following link.
http://msdn.microsoft.com/library/de...us/cpref/html/
frlrfsystemdataconstraintclasstopic.asp
If anything is unclear, please feel free to reply to the post.
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."