I\'m having some trouble updating changes I made to a datatable via a dataadapter. I am getting \"Concurrency violation: the UpdateCommand affec开发者_开发知识库ted 0 of 10 rows\"
What is the best method for saving thousands of rows and after doing something, updating them. Currently, I use a datatable, filling it, when done inserting by
I am new to ADO.NET and learning it. I was wondering if Data Adapter in ADO.NET provides atomicity or ACID properties by itself when filling the Data Set and updating the Database, or do we have to us