asp获取数据库图片显示不了。。。急,急,急。。
只能显示查询到记录,请稍后。。。其它什么都显示不了,那位高人请指点下,重谢!"<!--#includefile="setup.asp"---><tablewidth="7...
只能显示查询到记录,请稍后。。。其它什么都显示不了,那位高人请指点下,重谢!
"<!--#include file="setup.asp"--->
<table width="750" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<% strsql="select * from pro_list where c_code like '012%'"
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open strsql, conn, 1, 1
'response.Write(rs.recordcount&".."):response.End()
if not (rs.bof or rs.eof) then
response.write "查询到记录,请稍后。。。"
while not rs.eof
'检测是否上传了小图片,如果没上传,则显示大图片
if rs("pro_img")<>"" then
img=trim(rs("pro_img"))
else
img=trim(rs("pro_small_img"))
end if
if img<>"" then
img=img&"|"
imgUrl=imgUrl&img
end if
rs.movenext
wend
if imgUrl<>"" then imgUrl=left(imgUrl,len(imgUrl)-1)
end if
'response.Write(imgUrl)
%>
<%
if not rs.eof then
i=1
do while not rs.eof %>
<td height="110" valign="top"><table width="160" height="130" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="150" height="95"><div align="center">
<table width="140" height="140" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#e1e1e1">
<tr>
<td bgcolor="#ffffff" align="center"><a href="#"><img src="<%=trim(rs("pro_img"))%>" width="85" height="82" border="1" /></a></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
<%if i mod 4 = 0 then %>
</tr>
<%end if
rs.movenext
i=i+1
loop
rs.close
end if
%>
</table> 展开
"<!--#include file="setup.asp"--->
<table width="750" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<% strsql="select * from pro_list where c_code like '012%'"
set rs = Server.CreateObject("ADODB.Recordset")
rs.Open strsql, conn, 1, 1
'response.Write(rs.recordcount&".."):response.End()
if not (rs.bof or rs.eof) then
response.write "查询到记录,请稍后。。。"
while not rs.eof
'检测是否上传了小图片,如果没上传,则显示大图片
if rs("pro_img")<>"" then
img=trim(rs("pro_img"))
else
img=trim(rs("pro_small_img"))
end if
if img<>"" then
img=img&"|"
imgUrl=imgUrl&img
end if
rs.movenext
wend
if imgUrl<>"" then imgUrl=left(imgUrl,len(imgUrl)-1)
end if
'response.Write(imgUrl)
%>
<%
if not rs.eof then
i=1
do while not rs.eof %>
<td height="110" valign="top"><table width="160" height="130" border="1" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="150" height="95"><div align="center">
<table width="140" height="140" border="1" align="center" cellpadding="0" cellspacing="0" bgcolor="#e1e1e1">
<tr>
<td bgcolor="#ffffff" align="center"><a href="#"><img src="<%=trim(rs("pro_img"))%>" width="85" height="82" border="1" /></a></td>
</tr>
</table>
</div></td>
</tr>
</table></td>
</tr>
</table></td>
<%if i mod 4 = 0 then %>
</tr>
<%end if
rs.movenext
i=i+1
loop
rs.close
end if
%>
</table> 展开
4个回答
展开全部
<tr>
<td bgcolor="#ffffff" align="center"><a href="#"><img src="<%=trim(rs("pro_img"))%>" width="85" height="82" border="1" /></a></td>
</tr>
把<%=trim(rs("pro_img"))%> 换成<%=trim(imgUrl)%>
<td bgcolor="#ffffff" align="center"><a href="#"><img src="<%=trim(rs("pro_img"))%>" width="85" height="82" border="1" /></a></td>
</tr>
把<%=trim(rs("pro_img"))%> 换成<%=trim(imgUrl)%>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
执行到
<%
if not rs.eof then
i=1
do while not rs.eof %>
后记录已在rs.eof 了。
所以什么都不显示!
<%
if not rs.eof then
i=1
do while not rs.eof %>
后记录已在rs.eof 了。
所以什么都不显示!
追问
怎么说?数据库里面有记录的。。兄台请说清楚点,谢了。。
追答
你的数据库里可以有多个记录,但是指针到数据库末尾了
你可以试一下。
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
语句写得乱七八糟的,第二个do while应该是不需要的,要改为imgUrl图片地址的数组输出,上面的代码都没看到哪里有显示图片的输出
追问
呵呵,不好意思,复制到问题的时候格式乱了,图片输出语句是" width="85" height="82" border="1" />
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
运行网页,看下源代码路经对不,不对说明你动态路径获取错误的
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询