Hi All;
I have a dataset with one table in it. after making updates to the table i am tring to save it using the DataAdapter. using the following command:
damf.Update(MyDataset, "Table1")
the following error keeps raising:
update requires a valid UpdateCommand when passed DataRow collection with modified rows
What am i doing wrong?
Thanks in advance
I have a dataset with one table in it. after making updates to the table i am tring to save it using the DataAdapter. using the following command:
damf.Update(MyDataset, "Table1")
the following error keeps raising:
update requires a valid UpdateCommand when passed DataRow collection with modified rows
What am i doing wrong?
Thanks in advance