asp用like读取access数据 ,为什么没有返回值
<%Setrs=server.createobject("adodb.recordset")sSql="selectid,title,yiyong,wangzhifrom...
<%
Set rs =server.createobject("adodb.recordset")
sSql ="select id,title,yiyong,wangzhi from [productall] where [title] like '%"&session("text")&"%' or yiyong like '%"&session("text")&"%'"
'sSql ="select id,title,yiyong,wangzhi from [productall]"
rs.open sSql,conn,1,1
if rs.eof then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"> <%response.write(sSql)%>暂无信息</td>
</tr>
</table>
<%
else
do while not rs.eof
%>
<table>
<tr>
<td style="font-size: 12px; height: 24px;" width="90%">
<a target="_blank" style="font-size: 16px; text-decoration:none;" href="<%=rs("wangzhi")%>"><%=rs("title")%></a> <br />
<%=rs("yiyong")%></td>
</tr>
</table>
<%
rs.movenext
loop
rs.close
set rs=nothing
end if
%> 展开
Set rs =server.createobject("adodb.recordset")
sSql ="select id,title,yiyong,wangzhi from [productall] where [title] like '%"&session("text")&"%' or yiyong like '%"&session("text")&"%'"
'sSql ="select id,title,yiyong,wangzhi from [productall]"
rs.open sSql,conn,1,1
if rs.eof then%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"> <%response.write(sSql)%>暂无信息</td>
</tr>
</table>
<%
else
do while not rs.eof
%>
<table>
<tr>
<td style="font-size: 12px; height: 24px;" width="90%">
<a target="_blank" style="font-size: 16px; text-decoration:none;" href="<%=rs("wangzhi")%>"><%=rs("title")%></a> <br />
<%=rs("yiyong")%></td>
</tr>
</table>
<%
rs.movenext
loop
rs.close
set rs=nothing
end if
%> 展开
展开全部
变量赋值过程有没有问题.你在sSql ="select id,title,yiyong,wangzhi from [productall] where [title] like '%"&session("text")&"%' or yiyong like '%"&session("text")&"%'"
后面加上
response.write ssql
response.end
把显示出来的语句再到数据库执行
后面加上
response.write ssql
response.end
把显示出来的语句再到数据库执行
更多追问追答
追问
已经测试过了,数据库中能查询出两条数据,但是页面上就是不显示数据
追答
把'%"&session("text")&"%'直接改成实际的值,写在代码里面运行
本回答被网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
先在数据库中执行一下,无错误了再在asp中写
追问
已经测试过了,数据库中能查询出两条数据,但是页面上就是不显示数据
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
查看下数据库中有没有对应的值
追问
有啊,数据库中有两条数据呢。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询