strSQL.Format("SELECT * FROM shangpinxinxi_Info WHERE 产地 LIKE '%"%s"%' ",m_edtcondition);有什么错 m_edtcondition是个变量名,由键盘输入的字符串... m_edtcondition是个变量名,由键盘输入的字符串 展开 我来答 可选中1个或多个下面的关键词,搜索相关资料。也可直接点“搜索资料”搜索整个问题。 forma shang strsql.format select where 搜索资料 1个回答 #热议# 为什么有人显老,有人显年轻? cqadv 2010-09-05 知道答主 回答量:22 采纳率:0% 帮助的人:8万 我也去答题访问个人页 关注 展开全部 like 的参数有错。like '%要查找的字符串%' 已赞过 已踩过< 你对这个回答的评价是? 评论 收起 推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询 其他类似问题 2010-09-06 strSQL=("select * from shangpinxinxi_Info where 产地 like '%" &m_edtcondition& "%' "); 怎么又错?? 2010-09-07 sql语句在vc中:strSQL.Format("select * from shangpinxinxi_Info where 产地 like [%s] ",m_edtconditio 2013-01-04 strSQL.Format("select * from LinkInfo where Name Like '%s%s%s'", "%", m_strQuery, "%"); 4 2012-03-25 strSql.Format("select * from 维修表2 where ");请问高手些where后面不跟东西行吗? 2016-06-30 string.Format("select * from 数据库表 where 用户名='%s' and 密码='%s' ",m_1,m_2); 30 2010-05-25 strSQL="select * from T where id=1" 对不对啊? 2008-11-29 sql.Format("select * from music where type='%s'","MP3"); 1 2009-05-19 sql.Format("select * from 用户密码表 where 用户名='%s' and 密码='%s'", m_user, m_password) 12 为你推荐: