asp 错误类型:ADODB.Recordset (0x800A0CC1) 在对应所需名称或序数的集合中,未找到项目
<!--#includefile="connect2.asp"--><%dimstrstr="select*fromfankuixinxi"setrs=server.Cr...
<!--#include file="connect2.asp"-->
<%
dim str
str="select * from fankuixinxi"
set rs=server.CreateObject("adodb.recordset")
rs.open str,connect2,3,1
rs.pagesize=1
%><head>
<style type="text/css">
<!--
body { background:url(Images/bj.gif)
}
-->
</style>
<%
do while not rs.eof
session("yonghu_ming")=rs("用户名")
session("nei_rong")=rs("fankuixinxi")
%>
<form name="form1" method="post" action="shanyonghufankui.asp">
</head>
<table width="720" border="1" align="center" height="133">
<tr bgcolor="#99CCFF">
<td height="19" colspan="2"><div align="center"><font size="3">用户fankuixinxi!当前第<%=rs.absolutepage%>条,共<%=rs.pagecount%>条</font></div></td>
</tr>
<tr>
<td width="106" bgcolor="#FFFFCC" height="27"><div align="center"><strong><font size="3">发件人:</font></strong></div></td>
<td width="598" height="27" bgcolor="#FFFFFF"><div align="left"><font size="3"><%=session("yonghu_ming")%></font></div></td>
</tr>
<tr>
<td bgcolor="#FFFFCC" height="39"><strong><font size="3"> 内
容:</font></strong></td>
<td height="39" bgcolor="#FFFFFF"><font size="3"><%=session("nei_rong")%></font></td>
</tr>
<tr>
<td height="25" colspan="2" bgcolor="#99CCFF"><div align="center">
<input type="checkbox" name="xz_kuang" value="<%=rs("用户名")%>">
<input type="submit" name="qing_chu" value=" 清除 ">
</div>
</td>
</tr>
</table>
<p> </p>
<%
rs.movenext
loop
%>
</form>
附带说明,我刚改了数据库名和表名,但字段名没改,
还可以表单写入数据库,和查询更改...就是没法了
在线等!~~~~~急 啊!高手请救!~~~ 展开
<%
dim str
str="select * from fankuixinxi"
set rs=server.CreateObject("adodb.recordset")
rs.open str,connect2,3,1
rs.pagesize=1
%><head>
<style type="text/css">
<!--
body { background:url(Images/bj.gif)
}
-->
</style>
<%
do while not rs.eof
session("yonghu_ming")=rs("用户名")
session("nei_rong")=rs("fankuixinxi")
%>
<form name="form1" method="post" action="shanyonghufankui.asp">
</head>
<table width="720" border="1" align="center" height="133">
<tr bgcolor="#99CCFF">
<td height="19" colspan="2"><div align="center"><font size="3">用户fankuixinxi!当前第<%=rs.absolutepage%>条,共<%=rs.pagecount%>条</font></div></td>
</tr>
<tr>
<td width="106" bgcolor="#FFFFCC" height="27"><div align="center"><strong><font size="3">发件人:</font></strong></div></td>
<td width="598" height="27" bgcolor="#FFFFFF"><div align="left"><font size="3"><%=session("yonghu_ming")%></font></div></td>
</tr>
<tr>
<td bgcolor="#FFFFCC" height="39"><strong><font size="3"> 内
容:</font></strong></td>
<td height="39" bgcolor="#FFFFFF"><font size="3"><%=session("nei_rong")%></font></td>
</tr>
<tr>
<td height="25" colspan="2" bgcolor="#99CCFF"><div align="center">
<input type="checkbox" name="xz_kuang" value="<%=rs("用户名")%>">
<input type="submit" name="qing_chu" value=" 清除 ">
</div>
</td>
</tr>
</table>
<p> </p>
<%
rs.movenext
loop
%>
</form>
附带说明,我刚改了数据库名和表名,但字段名没改,
还可以表单写入数据库,和查询更改...就是没法了
在线等!~~~~~急 啊!高手请救!~~~ 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询