I\'m using 2005 Windows Forms in C#. I\'ve only been working at this for a day, so go easy please.
I\'d like to have a submit button that saves changes to a DataGridVie
Update on a table-adapter needs a DataSet.
You need to instantiate a scDB DataSet with the table, update that table and call to Update for the table-adapter.