DataGridView update Problem

Pwner

Member
Joined
Jan 29, 2008
Messages
9
Programming Experience
Beginner
Hi, i am making a very simple address book which is connected to an MS Access Database. In the database I only have one table, which is used to store the Users' Name, surname and Telephone number. In order to get the data to the form i am using a data grid view. In the settings of the data grid view i added an option so that a user could modify the text of the database directly from the grid view. How can i update the database automatically when a user modifies the data from the grid view ?
 
Er.. dont save upon every edit.. That's wasteful of resources. This post would have required more than 150 database updates just to store!

Do you know how to save data to a db, or is that what youre really asking?
 

Latest posts

Back
Top