I have a dataset table where I edit data, add rows and delete rows.
When I update the source database using the Update() method the added rows and edited items go through fine, but the deleted rows are still in my database.
I've tried AcceptChanges() but that seems to prevent all changes from being sent to the database.
So, my problem is how do I update the database from my dataset so it accepts edited data, added rows and deleted rows.
Thanks
TedN
When I update the source database using the Update() method the added rows and edited items go through fine, but the deleted rows are still in my database.
I've tried AcceptChanges() but that seems to prevent all changes from being sent to the database.
So, my problem is how do I update the database from my dataset so it accepts edited data, added rows and deleted rows.
Thanks
TedN