Trouble with Updating a DataGridView

I am having a difficult time updating a database using the DataGridView using VS2005. I have no trouble creating and populatind a DataGridView, but I cannot save the changes. I have read that one needs to set an UpdateCommand with the dataadapter, but I can find no tutorial that adequately provides help. ANy help would be greatly appreciated

1 Reply

RS Rahul Sharma April 15, 2006 12:01 PM UTC

hi, I hope what you are looking for can be obtained at http://msdn2.microsoft.com/en-US/library/70k6287b.aspx The reason for you trouble should be that as datarow view keeps a track of all the changes made to the database and did not update it, unless mentioned. Hope this information might be useful.

Loader.
Up arrow icon