我共有几个错误
麻烦告诉我具体怎么操作,因为我对些代码不熟悉
ADODB.Field 错误 '800a0bcd'
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/User/Grzl/1_3.Asp,行 43
我找到这个文件
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" " http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--#Include File="../../Include/HH_Conn2.Asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=TT_WebName%> 个人资料 匹配设置</title>
<link href="../Css/Member-css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #FF6600}
-->
</style>
</head>
<SCRIPT language=JavaScript1.2 src="../../Reg/js/Person_XiangXi_S.js"></SCRIPT>
<%
If request("T_Action")="Edit" Then
Call T_Edit()
End If
%>
<body>
<!--#Include File="../../Head/Head1.Asp"-->
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="" name="s" width="1" height="3" id="s" /></td>
</tr>
</table>
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="6%" height="21" background="../../Aqss/Images/Apss_Path_bg.gif"> <a href="#" class="Index-whitetext">首页:</a></td>
<td width="32%" class="Aqss-lanlink"><a href="../User_Main.Asp">管理首页</a><span class="Index-heilink"> >> <%=Session("P_UserName")%> 匹配设置</span></td>
<td width="62%" class="Aqss-honglink"><% Call GongGao() %></td>
</tr>
</table></td>
</tr>
</table>
<table width="980" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td width="184" height="275" valign="top"><!--#Include File="../Include/Left.Asp"--></td>
<td valign="top">
<%
Set Rs=Conn.execute("Select P_UserId,P_NianLing_Start,P_NianLing_End,P_ShenGao_Start,P_ShenGao_End,P_JuZhuDi_Area,P_JuZhuDi_City,P_XueLi,P_MinZu,P_YueShouRu,P_ZhiYe,P_Zfqk,P_ZongJiao,P_Hyzk,P_Ywxh,P_Sfxyxh,P_Sfxy,P_Sfhj,P_ManZu,P_Pic_CunZai from HH_User_Ta Where P_UserId='"&Session("P_UserId")&"'")
P_NianLing_Start = Rs("P_NianLing_Start")
P_NianLing_End = Rs("P_NianLing_End")
P_ShenGao_Start = Rs("P_ShenGao_Start")
P_ShenGao_End = Rs("P_ShenGao_End")
P_JuZhuDi_Area = Rs("P_JuZhuDi_Area")
P_JuZhuDi_City = Rs("P_JuZhuDi_City")
P_XueLi = Rs("P_XueLi")
P_MinZu = Rs("P_MinZu")
P_YueShouRu = Rs("P_YueShouRu")
P_ZhiYe = Rs("P_ZhiYe")
P_Zfqk = Rs("P_Zfqk")
P_ZongJiao = Rs("P_ZongJiao")
P_Hyzk = Rs("P_Hyzk")
P_Ywxh = Rs("P_Ywxh")
P_Sfxyxh = Rs("P_Sfxyxh")
P_Sfxy = Rs("P_Sfxy")
P_Sfhj = Rs("P_Sfhj")
P_ManZu = Rs("P_ManZu")
P_Pic_CunZai = Rs("P_Pic_CunZai")
call RsClose()
%>
第二个
ADODB.Field 错误 '800a0bcd'
BOF 或 EOF 中有一个是“真”,或者当前的记录已被删除,所需的操作要求一个当前的记录。
/User/Xxxx/Wdpp.Asp,行 126
<!--#Include File="XiangXi_sub.Asp"-->
<!--#Include File="../../Include/sub.Asp"-->
<!--#Include File="../../Include/HH_Conn2.Asp" -->
<!--#Include File="../../Include/search_function.Asp"-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title><%=TT_WebName%></title>
<link href="../Css/Member-css.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.STYLE1 {color: #FF6600}
-->
</style>
</head>
<body>
<!--#Include File="../../Head/Head1.Asp"-->
<%
'判断自己的身份,是不是VIP
set Rs=conn.execute("select P_JiBie from HH_User where P_UserId='"&session("P_UserId")&"'")
If Rs("P_JiBie")<=0 Then
Response.Write "<Script Language=JavaScript>alert('提示:\n\n我的匹配推荐为 VIP 用户享有的服务,请升级为 VIP 会员');history.back(-1)</Script>"
Response.end
End If
Rs.close
set rs=nothing
%>
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><img src="" name="s" width="1" height="3" id="s" /></td>
</tr>
</table>
<table width="980" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="6%" height="21" background="../../Aqss/Images/Apss_Path_bg.gif"> <a href="#" class="Index-whitetext">首页:</a></td>
<td width="23%" class="Aqss-lanlink"><a href="../User_Main.Asp">我的资料</a><span class="Index-heilink"> >> 资料管理 我的匹配 </span></td>
<td width="71%" class="Aqss-honglink"><% Call GongGao()%></td>
</tr>
</table></td>
</tr>
</table>
<table width="980" border="0" align="center" cellpadding="2" cellspacing="0">
<tr>
<td width="184" height="275" valign="top"><!--#Include File="../Include/Left.Asp"--></td>
<td valign="top"><table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td height="42"><table width="100%" border="0" cellpadding="5" cellspacing="0" class="Member_orange">
<tr>
<td align="right" class="Aqss-honglink"> </td>
</tr>
</table></td>