C# 查询access的数据总是报“标准表达式中数据类型不匹配”。

stringsql="selectht_pricefromhotrunnerwhereht_brand='"+cmb_htbrand.Text.ToString()+"'... string sql = "select ht_price from hotrunner where ht_brand='" + cmb_htbrand.Text.ToString() + "' and ht_type='" + cmb_httype.Text.ToString() + "' and ht_manifold='" + cmb_manifold.Text.ToString() + "' and ht_tip='" + int.Parse(txt_httip.Text.ToString()) + "'";
dblink();
OleDbCommand cmm = new OleDbCommand(sql, cnn_bsinfo);
OleDbDataReader reader = cmm.ExecuteReader(); //这里总是报错“标准表达式中数据类型不匹配”。
while (reader.Read())
{
txt_htcost.Text = reader["ht_price"].ToString();
}
reader.Close()
展开
 我来答
内裤最大功能
2015-10-14 · TA获得超过3105个赞
知道大有可为答主
回答量:3202
采纳率:79%
帮助的人:488万
展开全部
看你数据库 表里的列的类型。int类型的话,在c#语句里就不能加引号。
追问
数据库中是长整型,改为整型后还是不行?
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式