当前位置:   article > 正文

winform excel导入mysql_C#winform中Excel电子表格导入数据库示例

winform中excel导入datagridview,然后再导入mysql

//调用上面的函数ds=xsldata(filepath);//dataGridView2.DataSource = ds.Tables[0];interrorcount=0;//记录错误信息条数intinsertcount=0;//记录插入成功条数intupdatecount=0;//记录更新信息条数for(inti=0; i

{intcardtypeid=Convert.ToInt32(ds.Tables[0].Rows[i][0].ToString());stringcardnum=ds.Tables[0].Rows[i][1].ToString();stringcardpwd=ds.Tables[0].Rows[i][2].ToString();intofficeid=Convert.ToInt32(ds.Tables[0].Rows[i][3].ToString());

DateTime  stdt=Convert.ToDateTime(ds.Tables[0].Rows[i][4].ToString());stringcardstate=ds.Tables[0].Rows[i][5].ToString();intuserid=Convert.ToInt32(ds.Tables[0].Rows[i][6].ToString());if(cardtypeid!=0&&cardnum!=""&&cardpwd!=""&&userid!=0)

{

SqlCommand selectcmd=newSqlCommand("select count(*) from cardsinfo where CardNum='"+cardnum+"'and CardPwd='"+cardpwd+"' and C

声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/weixin_40725706/article/detail/826082
推荐阅读
相关标签
  

闽ICP备14008679号