Hello,
I am using MS Access dtb and VB.NET. I am using a dataset where I store the edited values. I am not changing any key values. The problem is that i can not update the dataset when I the table has a field that participates in relation.
For example, if i have a table with three fields:
Product
Description
Client
If "product" participates in relation, if I change the "client" or "description" filed I get error on oledbdataadater.update.
Thanks,
Alex
I am using MS Access dtb and VB.NET. I am using a dataset where I store the edited values. I am not changing any key values. The problem is that i can not update the dataset when I the table has a field that participates in relation.
For example, if i have a table with three fields:
Product
Description
Client
If "product" participates in relation, if I change the "client" or "description" filed I get error on oledbdataadater.update.
Thanks,
Alex