Saving changes to a database via Windows forms
Database
1
Posts
1
Posters
0
Views
1
Watching
-
I'm no stranger to programming, but I am brand new to programming with databases. I use MS Visual C# 2005. I have tried making forms with datasets and table adapters and it looks just fine... that is, until I try to make a change. I have a simple form with a single datagridview. I edit the records, click the Save button on the binding navigator, the tableadapter.Update() method returns the correct number of updated rows, but when I close the program and re-open it, the changes aren't there. Am I leaving out something? Is there extra code needed? etc.? Thanks.