22行缺少字段名,最主要的是17,18行已经释放游标了,将17,18行移动到最后
112233:<%=Recordset1("name")%> <% Recordset1.close() set Recordset1=nothing %>