A
Aziz
I'm using VB .NET 2003 and Access 2000
I have a several DataTables in my XML Schema that are linked using
DataRelations (My original Access databse still has the same
relations). However when I fill the DataAdapters (I assume in the
correct order) I get the following error:
Additional information: Failed to enable constraints. One or more rows
contain values violating non-null, unique, or foreign-key constraints.
I need to work with the AlloyComposition table, I've filled all parent
tables first:
daBaseMetalStocks.Fill(dsTurbobraze, "BaseMetalStocks")
daBaseMetalAlloy.Fill(dsTurbobraze, "BaseMetalAlloy")
daPowderSize.Fill(dsTurbobraze, "PowderSize")
daPremadeStocks.Fill(dsTurbobraze, "PremadeStocks")
daAlloyComposition.Fill(dsTurbobraze, "AlloyComposition")
Why am I getting this?
Here's the XML Schema as a printscreen:
http://img81.imageshack.us/img81/3697/datasetscreen11lb.jpg
And as a file:
http://www.mytempdir.com/604239
http://www.filefactory.com/?211f10
Any help appreciated.
I have a several DataTables in my XML Schema that are linked using
DataRelations (My original Access databse still has the same
relations). However when I fill the DataAdapters (I assume in the
correct order) I get the following error:
Additional information: Failed to enable constraints. One or more rows
contain values violating non-null, unique, or foreign-key constraints.
I need to work with the AlloyComposition table, I've filled all parent
tables first:
daBaseMetalStocks.Fill(dsTurbobraze, "BaseMetalStocks")
daBaseMetalAlloy.Fill(dsTurbobraze, "BaseMetalAlloy")
daPowderSize.Fill(dsTurbobraze, "PowderSize")
daPremadeStocks.Fill(dsTurbobraze, "PremadeStocks")
daAlloyComposition.Fill(dsTurbobraze, "AlloyComposition")
Why am I getting this?
Here's the XML Schema as a printscreen:
http://img81.imageshack.us/img81/3697/datasetscreen11lb.jpg
And as a file:
http://www.mytempdir.com/604239
http://www.filefactory.com/?211f10
Any help appreciated.