当前位置: 代码迷 >> VB Dotnet >> 怎么将DataGridView里的数据导入到SQL表中
  详细解决方案

怎么将DataGridView里的数据导入到SQL表中

热度:49   发布时间:2016-04-25 02:14:38.0
如何将DataGridView里的数据导入到SQL表中
代码加注释~谢谢~
DataGridView1
sql表名 GongSi
列名GongSiName

只有一列,DataGridView的数据是  GongSi表  里读出来的,改完后想插入回去~ 
当然,插入之前我Truncate Table GongSi了
------解决方案--------------------
http://blog.csdn.net/wang4978/article/details/7790423
  相关解决方案