100分,共150分。为什么我不能用like搜索记录????????????
select id,title,sortid,typeid,childid,monobasic,infotype,picture,cflag,depot,username,overdate,amount,begindate,roup,rouprange,count_num,del,sell_num from sell where 1=1 and infotype='一口价' order by id desc
能够执行,获得正确的结果
但一用
select id,title,sortid,typeid,childid,monobasic,infotype,picture,cflag,depot,username,overdate,amount,begindate,roup,rouprange,count_num,del,sell_num from sell where 1=1 and title like '%声卡%' and infotype='一口价' order by id desc
就出现了
Microsoft OLE DB Provider for ODBC Drivers 错误 '80040e21'
ODBC 驱动程序不支持所需的属性。
/sell/sell_list.asp,行395
这个问题一直得不到解决,,那位好兄弟帮我看看,,我真的搞不定