当前位置:编程学习 > C#/ASP.NET >>

在vb.net里面,关于excel--datagrid---sql之间的问题

我把外面的EXCEL中的数据导进datagrid里面! 可是确保存不到数据库里面呀?大侠们能不能帮忙下! 怎么实现让excel中的数据在调进到datagrid里面以后! 保存到SQL2000的数据库里面! 谢谢各位!! --------------------编程问答-------------------- 用这个来读DataGridView1的数据
        DataGridView1.Rows(0).Cells(0).Value = DataGridView1.Rows(0).Cells(0).Value
以上是第一行,第一列的数据,把一行所有的值读出来 用SQL语句 insert插入行,
--------------------编程问答-------------------- DataGridView1.Rows(0).Cells(0).Value 
多了等后面的
DataGridView1.Rows(0).Cells(2).Value 这是第一行第三列

--------------------编程问答-------------------- 不会,帮顶 --------------------编程问答-------------------- 有问题请先GOOGLE,BAIDU
补充:.NET技术 ,  VB.NET
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,