(急)请高手来下 ADODB.Field 错误 '800a0bcd' ....................../caseshow.asp,行 17

代码如下:<!--#includefile="top.asp"--><tablewidth="1003"border="0"align="center"cellpaddi... 代码如下:<!--#include file="top.asp"-->
<table width="1003" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#EEEEEE"><table width="975" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="10" height="96" bgcolor="#FFFFFF"><!--#include file="left.asp"--></td>
<td width="965" valign="top" bgcolor="#FFFFFF"><table width="98%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="54%" height="43" style="border-bottom:1px solid #83BAF1; "><span style="font-weight: bold; font-size: 15px; color: #1B6EBE">  案例中心</span></td>
<td width="46%" style="border-bottom:1px solid #83BAF1; "><div align="right">当前位置:首页>>案例中心  </div></td>
</tr>
<tr>
<td colspan="2"><table border="0" align="center" cellpadding="0" cellspacing="0">
<%set rs=server.CreateObject("adodb.recordset")
sql="select * from admin_product where id="&request("id")
rs.open sql,conn,1,1
bigid=rs("p_bigclass")
id=rs("id")
smallid=rs("p_smallclass")
%>
<tr>
<td align="center"><br />
<img src="<%=rs("p_img")%>" border="0" /></a></td>
</tr>
<tr>
<td height="25"><span class="STYLE2">案例名称:<%=rs("p_name")%></span></td>
</tr>
<tr>
<td height="25" style="line-height:150%;"><span class="STYLE2"><%=rs("p_cont")%></span></td>
</tr>
<%rs.close
set rs=nothing%>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="foot.asp"-->
展开
 我来答
hpjlucky
推荐于2016-02-14 · TA获得超过134个赞
知道答主
回答量:104
采纳率:0%
帮助的人:69.2万
展开全部
一般是在执行循环时,在执行到最后一个记录时,没有及时的终止循环。

应该是你传的参数有错误,所以你应该这样改:〕

<!--#include file="top.asp"-->
<table width="1003" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" bgcolor="#EEEEEE"><table width="975" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="10" height="96" bgcolor="#FFFFFF"><!--#include file="left.asp"--></td>
<td width="965" valign="top" bgcolor="#FFFFFF"><table width="98%" border="0" align="right" cellpadding="0" cellspacing="0">
<tr>
<td width="54%" height="43" style="border-bottom:1px solid #83BAF1; "><span style="font-weight: bold; font-size: 15px; color: #1B6EBE"> 案例中心</span></td>
<td width="46%" style="border-bottom:1px solid #83BAF1; "><div align="right">当前位置:首页>>案例中心 </div></td>
</tr>
<tr>
<td colspan="2"><table border="0" align="center" cellpadding="0" cellspacing="0">
<%set rs=server.CreateObject("adodb.recordset")
sql="select * from admin_product where id="&request("id")
rs.open sql,conn,1,1
if not rs.eof then
bigid=rs("p_bigclass")
id=rs("id")
smallid=rs("p_smallclass")
%>
<tr>
<td align="center"><br />
<img src="<%=rs("p_img")%>" border="0" /></a></td>
</tr>
<tr>
<td height="25"><span class="STYLE2">案例名称:<%=rs("p_name")%></span></td>
</tr>
<tr>
<td height="25" style="line-height:150%;"><span class="STYLE2"><%=rs("p_cont")%></span></td>
</tr>
<%
end if
rs.close
set rs=nothing%>
</table></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<!--#include file="foot.asp"-->
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式