[求助]ADODB.Recordset 错误 '800a0cc1'
											各位大侠好:
    本菜鸟由于工作原因不得不接触asp技术.但是还没来得及学习就开始工作!
下面是我这里出现的一个错误!望大侠们能帮助解决和修改!请尽量详细些谢谢您了!
ADODB.Recordset 错误 '800a0cc1' 
在对应所需名称或序数的集合中,未找到项目。
/测试/hao3/forum_action.asp,行 123 
call web_end(0)
function forum_view()
  dim view_url,topic_head,forumid,id,username,topic,tim,counter,re_counter,re_username,re_tim,istop,islock,ispel,isgood,folder_type,reply_count
  folder_type="isok"
  id=rs("id")  这行出现错误
  username=rs("username")
  topic=rs("topic")
  tim=rs("tim")
  counter=rs("counter")
  re_counter=rs("re_counter")
  re_username=rs("re_username")
  re_tim=rs("re_tim")
  istop=rs("istop")
  islock=rs("islock")
  isgood=rs("isgood")
  ispel=rs("ispel")
     请大侠帮助和指正
本菜鸟QQ:22520924 信箱:songqiu5157@163.com  

 
											





 
	    

