ADODB.Recordset (0x800A0CC1) 在对应所需名称或序数的集合中,未找到项目 20
错误类型:ADODB.Recordset(0x800A0CC1)在对应所需名称或序数的集合中,未找到项目。D:\新建文件夹(5)\WANGQUSHOP4\WANGQUSH...
错误类型:
ADODB.Recordset (0x800A0CC1)
在对应所需名称或序数的集合中,未找到项目。
D:\新建文件夹 (5)\WANGQUSHOP4\WANGQUSHOP4\ADMIN\../webconfig.asp, 第 15 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
网页:
GET /admin/vieworderform.asp
时间:
2006年11月14日, 9:53:20
详细信息:
<%dim dingdan,username,yucun
dingdan=request.QueryString("dan")
username=request.QueryString("username")
'------------得到用户预款---------------
dim cnhww
set cnhww=server.CreateObject("adodb.recordset")
cnhww.open "select * from [wq_user] where username="&"username",conn,1,1
if cnhww.eof and cnhww.bof then
yucun="错误"
else
yucun=trim(cnhww("yucun"))
end if
cnhww.close
set cnhww=nothing
'---------得到订单相关信----------------
set rs=server.CreateObject("adodb.recordset")
rs.open "select wq_books.bookid,wq_books.bookname,wq_books.shichangjia,wq_books.huiyuanjia,wq_action.actiondate,wq_action.shousex,wq_action.userzhenshiname,wq_books.shjiaid,wq_action.shouhuoname,wq_action.dingdan,wq_action.youbian,wq_action.liuyan,wq_action.zhifufangshi,wq_action.songhuofangshi,wq_action.zhuangtai,wq_action.zonger,wq_action.useremail,wq_action.usertel,wq_action.shouhuodizhi,wq_action.bookcount,wq_action.danjia,wq_action.fapiao,wq_action.feiyong from wq_books inner join wq_action on wq_books.bookid=wq_action.bookid where wq_action.username='"&username&"' and dingdan='"&dingdan&"' ",conn,1,1
if rs.eof and rs.bof then
response.write "<center>此订单中有商品被管理员删除,无法进行正确计算。<br>订单取消,请手动删除此订单! "
response.write "<input type=button name=Submit3 value=删除订单 onClick=""location.href='saveorderform.asp?action=del&dan="&dingdan&"&username="&username&"'""> </center>"
response.End
end if
%>
此问题已经解决 展开
ADODB.Recordset (0x800A0CC1)
在对应所需名称或序数的集合中,未找到项目。
D:\新建文件夹 (5)\WANGQUSHOP4\WANGQUSHOP4\ADMIN\../webconfig.asp, 第 15 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322)
网页:
GET /admin/vieworderform.asp
时间:
2006年11月14日, 9:53:20
详细信息:
<%dim dingdan,username,yucun
dingdan=request.QueryString("dan")
username=request.QueryString("username")
'------------得到用户预款---------------
dim cnhww
set cnhww=server.CreateObject("adodb.recordset")
cnhww.open "select * from [wq_user] where username="&"username",conn,1,1
if cnhww.eof and cnhww.bof then
yucun="错误"
else
yucun=trim(cnhww("yucun"))
end if
cnhww.close
set cnhww=nothing
'---------得到订单相关信----------------
set rs=server.CreateObject("adodb.recordset")
rs.open "select wq_books.bookid,wq_books.bookname,wq_books.shichangjia,wq_books.huiyuanjia,wq_action.actiondate,wq_action.shousex,wq_action.userzhenshiname,wq_books.shjiaid,wq_action.shouhuoname,wq_action.dingdan,wq_action.youbian,wq_action.liuyan,wq_action.zhifufangshi,wq_action.songhuofangshi,wq_action.zhuangtai,wq_action.zonger,wq_action.useremail,wq_action.usertel,wq_action.shouhuodizhi,wq_action.bookcount,wq_action.danjia,wq_action.fapiao,wq_action.feiyong from wq_books inner join wq_action on wq_books.bookid=wq_action.bookid where wq_action.username='"&username&"' and dingdan='"&dingdan&"' ",conn,1,1
if rs.eof and rs.bof then
response.write "<center>此订单中有商品被管理员删除,无法进行正确计算。<br>订单取消,请手动删除此订单! "
response.write "<input type=button name=Submit3 value=删除订单 onClick=""location.href='saveorderform.asp?action=del&dan="&dingdan&"&username="&username&"'""> </center>"
response.End
end if
%>
此问题已经解决 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询