ADODB.Recordset 错误 '800a0cc1'
<input type="button" value="del"
onClick="location.href='partslist.asp?action=del&id=<%=rs("partsid")%>'">
<% if rs("isrec")<>1 then %>
<input type="button" value="not receive"
onClick="location.href='partslist.asp?action=rec&id=
<%=rs("itemid")%>&num=<%=rs("quantity")%>&pid=<%=rs("partsid")%>'">
<%else%>
<input type="button" value="received" disabled="disabled">
<%end if%>
Microsoft VBScript 编译器错误 错误 '800a03f6'
缺少 'End'
/iisHelp/common/500-100.asp,行242
ADODB.Recordset 错误 '800a0cc1'
在对应所需名称或序数的集合中,未找到项目。
/partslist.asp,行49
请各位大虲帮忙看看,是什么问题,谢谢!