INSERT 语句中列的数目小于 VALUES 子句中指定的值的数目。VALUES 子句中值的数目 10

SqlCommandcmd=newSqlCommand("InsertINTOxyypxx1(chukudate,biaozhi,yewudy,chukufl,ypnam... SqlCommand cmd = new SqlCommand("Insert INTO xyypxx1(chukudate,biaozhi,yewudy,chukufl,ypname,guige,pihao,churukucount,ypjiecunshu,jinhuojia,jinhuojiazong,lingshoujia,lingshoujiazong,danjuhao,changshang," + "yingkuijingzong,yingkuilingzong,ypqichushu,shixiaoriqi,ypbianma,jijiadanwei,baozhuangguige,jiecunxuhao,qichushu,jiecunshu,pici,beizhu,caizhifenlei,zhaobiaobiaozhi)VALUES('" + dataGridView1.Rows[i].Cells[0].Value.ToString().Trim() + "' " +

" ,'"+ dataGridView1.Rows[i].Cells[1].Value.ToString().Trim() + "','" + dataGridView1.Rows[i].Cells[2].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[3].Value.ToString().Trim() + "','" + dataGridView1.Rows[i].Cells[4].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[5].Value.ToString().Trim() + "','" + dataGridView1.Rows[i].Cells[6].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[7].Value.ToString().Trim() + "','" + dataGridView1.Rows[i].Cells[8].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[9].Value.ToString().Trim() + "','" + dataGridView1.Rows[i].Cells[10].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[11].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[12].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[13].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[14].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[15].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[16].Value.ToString().Trim() + "'," +
" '" + dataGridView1.Rows[i].Cells[17].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[18].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[19].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[20].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[21].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[22].Value.ToString().Trim() + "', " +
" '" + dataGridView1.Rows[i].Cells[23].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[24].Value.ToString().Trim() + "','" +
"','"+ dataGridView1.Rows[i].Cells[25].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[26].Value.ToString().Trim() + "','" +
"','"+ dataGridView1.Rows[i].Cells[27].Value.ToString().Trim()+ "','" + dataGridView1.Rows[i].Cells[28].Value.ToString().Trim() + "')", con);
cmd.ExecuteNonQuery();
展开
 我来答
喝水读书运动
2015-06-29 · TA获得超过693个赞
知道小有建树答主
回答量:348
采纳率:0%
帮助的人:128万
展开全部
sql语句一般格式为:
insert into tablname(列1,列2,列n) values(值1,值2,值n)
前面列个数与后面的值的个数要一致。
还有列如果不能为空,也是需要放放插入语句中的。
答案来自12年专业策划的南京江宁 蓝贵婚庆策划部软件开发顾问。
追问
那我的值应该怎么输?总共29列
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式