ASP 一个模糊查询,一直是没有结果,不知道错在哪,高手帮帮忙。没有分了,不好意思

<%dimdd="1"if(Request.QueryString("Works_contentU")<>"")Thend=Request.QueryString("Wo... <%
dim d
d = "1"
if (Request.QueryString("Works_contentU") <> "") Then
d = Request.QueryString("Works_contentU")

End if
sql= "SELECT * FROM Works_Info WHERE Works_contentU like '%"& d &"%' x=1 order by Works_Id desc"
Rs.Open Sql,Conn,1,1
if Rs.eof and Rs.bof then
response.write("没有结果")

else
totalPut=Rs.recordcount
if currentpage<1 then
currentpage=1
end if
if (currentpage-1)*Max>totalput then
if (totalPut mod Max)=0 then
currentpage= totalPut \ Max
else
currentpage= totalPut \ Max + 1
end if
end if
if currentPage=1 then
showContent
showpage totalput,Max,"seach.asp"
else
if (currentPage-1)*Max<totalPut then
Rs.move (currentPage-1)*Max
dim Newsmark
Newsmark=Rs.Newsmark
showContent
showpage totalput,Max,"seach.asp"
else
currentPage=1
showContent
showpage totalput,Max,"seach.asp"
end if
end if
Rs.close
set Rs = nothing
end if
sub showContent
dim i
i=0
%>
展开
 我来答
jllhyhh
2012-12-26 · TA获得超过227个赞
知道小有建树答主
回答量:176
采纳率:100%
帮助的人:120万
展开全部
首先你的sql就有问题吧
sql= "SELECT * FROM Works_Info WHERE Works_contentU like '%"& d &"%' x=1 order by
x=1这个是什么??
更多追问追答
追问
X=1,X是我的表里的一个字段
追答
那也应该加上 and 或者 or
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
理如风hv
2012-12-27 · 超过23用户采纳过TA的回答
知道答主
回答量:83
采纳率:0%
帮助的人:63.6万
展开全部
  sql= "SELECT * FROM Works_Info WHERE Works_contentU like '%"& d &"%' and x=1 order by

x=1和 前面少一个and ,sql语法报错了
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
抹赞出S
2013-01-06 · TA获得超过179个赞
知道小有建树答主
回答量:620
采纳率:0%
帮助的人:302万
展开全部
Works_contentU like '%"& d &"%' x=1
中间是不是少了一个and
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
daguajx
2012-12-27 · 超过20用户采纳过TA的回答
知道答主
回答量:166
采纳率:0%
帮助的人:82.5万
展开全部
rs哪去了?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式