Kid_Icarus
Member
- Joined
- Dec 3, 2003
- Messages
- 9
Im trying to update my table in the database, using this code;
Code:
PlausiblyDamp said:Dont call .AcceptChanges until after you have done the .Update().
AcceptChanges resets the RowState of all rows in the DataSet / DataTable, so when the .Update is called it doesnt see any rows has having changes.