.net中的公共类填充数据集错误 Incorrect syntax near the keyword 'INTO' 是这个错误提示,查询没问题

publicDataSetselect(stringsqldl){com=newSqlCommand(sqldl,con);da=newSqlDataAdapter(sq... public DataSet select(string sqldl)
{

com = new SqlCommand(sqldl ,con);
da = new SqlDataAdapter(sqldl, con);//适配器 断点查询
da.Fill(ds);//填充数据集
return ds;//返回值
}
子页填充报错
子页代码
ado cx = new ado();
string txt1 = TextBox3.Text;
string txt2 = TextBox4.Text;
this.GridView1.DataSource = cx.select("INSTERT INTO dl ([Username],[Password])VALUES(" + txt1 + "," + txt2 + ")").Tables[0].DefaultView;
this.GridView1.DataBind();
请教高手了 哈 谢谢!
展开
 我来答
百度网友d7ae1df
2010-09-24 · TA获得超过234个赞
知道小有建树答主
回答量:93
采纳率:0%
帮助的人:145万
展开全部
“this.GridView1.DataSource = cx.select("INSTERT INTO dl ([Username],[Password])VALUES(" + txt1 + "," + txt2 + ")").Tables[0].DefaultView;


你这句话中的 “INSTERT INTO” 写错了。。是 INSERT INTO

你的 INSERT 多写了个 字母“T”
发现没。。
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式