带有datagridview的vb.net更新表

时间:2017-04-20 04:27:03

标签: vb.net datagridview dataset

我在我的代码中堆栈我有一个datagridview然后如果datagridview值已经在我的表中准备就绪,那么用datagridview值更新我的表,否则插入到我的表中。但是我在更新时堆叠,然后只更新一次值,并在我的表中没有值的情况下插入到我的表中失败。

这是我的表和价值  enter image description here

这是我的代码

the form page created from Option Model

下一步

我希望更新所有项目的卷变为100,所有项目的'2017-04-26'date2更新,当我开始新的date1和date2时,所有项目都将重复是ok,volume,qty,volume * qty损失的东西date1和date2不是相同的值

ex插入新数据 我的查询没有插入我的表格

enter image description here

更新数据 我的代码只是更新我想要的第一行是更新所有行。

enter image description here

我的代码没有返回我想要的那两个图像。 请告诉我方式,谢谢

1 个答案:

答案 0 :(得分:0)

谢谢我在这里知道答案代码:

update whweek set wh= '" & dgvLosshours.Rows(intI).Cells("wh").Value & "', lh= '" & _
                                       dgvLosshours.Rows(intI).Cells("lh").Value & "', reg= '" & hd & "', Ke = '" & _
                                        dgvLosshours.Rows(intI).Cells("edate").Value & "', modifyby = '" & frmMenu.no.Text & _
                                         "', modifyon = '" & today & "', periode = '" & dgvLosshours.Rows(intI).Cells("periode").Value & "' where id= '" & _
                                         dgvLosshours.Rows(intI).Cells("id").Value & "' and class = '" & dgvLosshours.Rows(intI).Cells("class").Value & _
                                         "' and Dari = '" & dateFrom.Text & "'