Connecting Tech Pros Worldwide Forums | Help | Site Map

Save modified data after editing on datagridviewer.

daniel aristidou's Avatar
Needs Regular Fix
 
Join Date: Aug 2007
Posts: 493
#1: Jan 6 '08
Ok ,Hi...........
Question:
in vb08 how would you save modified data after it has been modified on a Datagridviewer.
This really bugs me since i just finished hole database in vb but then in testing cannot save modified data........only delete and add new records.

Does anyone know the solution to this? If not then vb08 has serious flaw..!!!



daniel aristidou's Avatar
Needs Regular Fix
 
Join Date: Aug 2007
Posts: 493
#2: Jan 7 '08

re: Save modified data after editing on datagridviewer.


Quote:

Originally Posted by daniel aristidou

Ok ,Hi...........
Question:
in vb08 how would you save modified data after it has been modified on a Datagridviewer.
This really bugs me since i just finished hole database in vb but then in testing cannot save modified data........only delete and add new records.

Does anyone know the solution to this? If not then vb08 has serious flaw..!!!

Hi found the problem......well more like a solution.
I was using sqlserver for the database and for some reason this requires lots of user made commands.
I changed to Access and used a TableAdapterManager instead of datatable adapter. Using the updateall procedure in Tableadaptermanager allowed editing of the records>:)

I post this as a solution for others who have the problem.....And do not absolutely require sql server as the database.
Reply