<html>
<head>
<title>无标题文档</title>
</head>
<body>
<!--#include file="conn.asp"-->
<%
ProductNo=cint(Request.QueryString("ProductNO"))
strSQL="update Product set Look_Count=Look_Count+1 where Product_No="&ProductNo&""
conn.execute strSQL
set rs=server.CreateObject("adodb.recordset")
sqltext="select *from Product Where Product_No="&ProductNo&""
rs.open sqltext,conn,1,1
%>
<table border="0" cellpadding="10" cellspacing="0" width="100%" height="92" bgcolor="#33CCCC">
<tr>
<td width="100%" height="22" valign="middle"><a href="index.asp">首页</a><a href="sqlb.asp?sqdl=<%=rs("Class_1")%>sqxl=<%=rs("Class_2")%>"><%=rs("Class_1")%>-<%=rs("Class_2")%></a>
<%=rs("Product_Name")%>
<hr size="1" color="#999999"></td></tr><tr><td width="100%" height="70">
<div align="center"></div><table border="0" cellpadding="2" width="100%" height="44" >
<tr>
<td width="44" height="22" align="center"><b></b></td>
<td width="56" height="22" align="center"></td>
</tr>
<tr><td width="44" height="22" align="center"><img border="0" src="<%=rs("P_Full_Pic")%>"></td>
<td width="56" height="33" align="center" rowspan="2">
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<b>[市场价格]</b><strike><%=rs("P_Oldprice")%>元</strike>
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 "> <b>[会员价格]</b><font color="#666699">:<%=rs("P_Newprice")%>元
立即节省:<%=rs("P_Oldprice")-rs("P_Newprice")%>元</font>
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<b>[CD简介]</b>:<%=rs("Product_Intro")%></P>
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 "></P>
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<b>[简单说明]</b>:<%=rs("Product_Show")%></p>
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 "></p>
<p align="left" style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<b>[付款方式]</b><a href="">请看说明</a></td></tr>
<td width="44%" height="58" align="center" valign="top"><br>
<p>浏览次数:<%=rs("Look_Count")%>
<p><a href='javascript:openbag(<%=rs("Product_Id")%>)'><img border="0" src="image/a.gif"></a></td>
</tr>
<tr><td width="100%" height="58" align="center" valign="top" colspan="2"><p style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<p style="word-spacing:0; margin-top:0; margin-bottom:0 ">
<p style="word-spacing:0; margin-top:0; margin-bottom:0 ">如果你是第一次购物请看<a href="">《购物指导》</a></td></tr>
</table>
</table>
</body>
</html>
这个是头疼问题,报错了 不给出错误在哪
错误类型:
ADODB.Field (0x80020009)
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/spjj.asp
大哥大姐帮我分析下
我是当时直接在数据库里写了点东西,没有用户函数实现!
[此贴子已经被作者于2007-8-11 16:30:02编辑过]