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
%> 展开
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
%> 展开
4个回答
展开全部
首先你的sql就有问题吧
sql= "SELECT * FROM Works_Info WHERE Works_contentU like '%"& d &"%' x=1 order by
x=1这个是什么??
sql= "SELECT * FROM Works_Info WHERE Works_contentU like '%"& d &"%' x=1 order by
x=1这个是什么??
更多追问追答
追问
X=1,X是我的表里的一个字段
追答
那也应该加上 and 或者 or
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sql= "SELECT * FROM Works_Info WHERE Works_contentU like '%"& d &"%' and x=1 order by
x=1和 前面少一个and ,sql语法报错了
x=1和 前面少一个and ,sql语法报错了
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Works_contentU like '%"& d &"%' x=1
中间是不是少了一个and
中间是不是少了一个and
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
rs哪去了?
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询