VS数据库添加数据问题
我的代码如下:stringtxt3="Insertintocustomer(身份,用户名,密码)Values('";txt3+="普通用户"+"','";txt3+=te...
我的代码如下:
string txt3 = "Insert into customer(身份,用户名,密码)Values('";
txt3 += "普通用户" + "','";
txt3 += textBox1.Text + ",";
txt3 += "111111" + "')";
为什么运行添加时出错,说insert的列大于values的列,请哪位帮忙一下 展开
string txt3 = "Insert into customer(身份,用户名,密码)Values('";
txt3 += "普通用户" + "','";
txt3 += textBox1.Text + ",";
txt3 += "111111" + "')";
为什么运行添加时出错,说insert的列大于values的列,请哪位帮忙一下 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询