请高手!错误类型:(0x80020009)(小白)
<!--#include file="inc/conn.asp" --><html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body>
<%
dim str
str="select * from admin"
set rs=conn.execute(str)
response.Write(rs("admin")+"aaaaaaa")
rs.close
set rs=nothing
%>
</body>
</html>
错误类型:(0x80020009)
发生意外。
/textconn.asp, 第 13 行