R
Radi Radichev
Hi!
I'm having trouble updating a dataset. So this ist my situation: I insert a
new data source in my application and it is a table from Access mdb
database. This table is related to another table in the database that i do
not include in my new dataset. When i update the dataset with:
this.Validate();
this.trucksBindingSource.EndEdit();
this.trucksTableAdapter.Update(this.trucksDataSet.trucks);
this.trucksDataSet.AcceptChanges();
It tells me that it can't update the table because it is related to another
table in the database... Can anyone help me ? How do I fix this? Thanks!
Greets!
I'm having trouble updating a dataset. So this ist my situation: I insert a
new data source in my application and it is a table from Access mdb
database. This table is related to another table in the database that i do
not include in my new dataset. When i update the dataset with:
this.Validate();
this.trucksBindingSource.EndEdit();
this.trucksTableAdapter.Update(this.trucksDataSet.trucks);
this.trucksDataSet.AcceptChanges();
It tells me that it can't update the table because it is related to another
table in the database... Can anyone help me ? How do I fix this? Thanks!
Greets!