I am relaively new to
VB.NET and very new to Database type programming. I have a very simple problem that I can't find a SIMPLE solution to. Maybe there isn't one...
I have a DataGrid on a form that I have had no problem populating using an existing MDB file. I am using an OleDbDataApapter, an OleDbDataConnection as well as a DataSet.
I have the DataGrid being populated when the form loads. At this point, I can edit the entries in the DataBase. When I exit the form, the changes are not saved.
Is there a simple property or line or two of code that automatically saves ALL changes made to the DataBase? My apologies for my ignorance, and my thanks for any help!