DataGridView Update

后端 未结 3 1817
甜味超标
甜味超标 2021-01-24 15:32

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

3条回答
  •  没有蜡笔的小新
    2021-01-24 16:14

    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.

提交回复
热议问题