出现ADODB.Recordset (0x800A0CC1),在对应所需名称或序数的集合中,未找到项目。

来源:百度知道 编辑:UC知道 时间:2024/05/06 23:14:55
<!--#include file="../../Common/DataBase.asp"-->
<%
Dim GameName
Dim intID,intGameID,strQuarter,strQuarterTime,strScore,strContent,strSelectXML
Dim intNowPage,intPageCount,strSaveButtonName
intID=Cint(Request.QueryString("ID"))
intNowPage=Cint(Request.QueryString("NowPage"))

if intID=0Then
intGameID=Cint(Request.QueryString("GameID"))
Else

Dim rs
Set rs=GetRecordsetWithID("GameContent",intID,0)
if rs.EOF=False then
intGameID=rs("GameID").Value
strSelectXML=rs("Content").Value

End if
Set rs=Nothing
End if
Function SetValue(xml)
Dim Dom,Node_Content
Set Dom=Server.CreateObject("Microsoft.XMLDOM")
Dom.loadXML xml
Set Node_Content=Dom.SelectSingleNode("Content")
strQuarter=Node_Content.getAttribute("Quarter")
strQuarterTime=Node_Content.getAttribu

html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>注册结果</title>
<style type="text/css">
<!-
body {
margin-top: 0px;
margin-bottom: 0px;
background-image: url();
background-repeat: no-repeat;
}
-->
</style>

</head>
<body>
<table width="800" border="0" align="center" cellspacing="0">
<tr>
<td width