Windows Develop Bookmark and Share   
 index > Windows Forms Data Controls and Databinding > Updating an access database (mdb file) using datagridview
 

Updating an access database (mdb file) using datagridview

using adapters update method,tried datatset.cceptchanges, dataset.haschanges etc...

mdb just doesnt get updated

Sandeep Saxena  Wednesday, June 13, 2007 11:40 AM
If you added the database to the project make sure the database's copy to output property is set to only if newer. If this does not help please post some code

http://onteorasoftware.net/blog.aspx?BlogID=61
Ken Tucker  Wednesday, June 13, 2007 4:17 PM
If you added the database to the project make sure the database's copy to output property is set to only if newer. If this does not help please post some code

http://onteorasoftware.net/blog.aspx?BlogID=61
Ken Tucker  Wednesday, June 13, 2007 4:17 PM

You can use google to search for other answers

Custom Search

More Threads

• Data Adapter Error with DateTime
• Help - displaying different value in combo box after user's selection
• How would I access columns in the last row?
• DataGridView - How Do I Change Line Selected Color
• ComboBox: guids into valuemember problem
• How to commit data changes from DataGridView to SQL database?
• DataGridView: How to get automatic refresh?
• Datagrid popups
• Dataset BindingContext AddNew() does not add a Row
• error running a QueryTable.Add method in Vb.net