科技海报手绘:出现了0X800A01A8错误 高手帮我看看吧

来源:百度文库 编辑:高校问答 时间:2024/05/14 04:24:11
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%dim lj
lj="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& Server.MapPath("tushu.mdb")
set bb=Server.CreateObject("ADODB.Connection")
bb.open lj%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head><%set rs=server.CreateObject("ADODB.recordset")
rs.open"select*from tushumingxi",bb,1,1%>

<body>
<%if rs.EOF and rs.BOF then
response.Write("暂无信息")
else
for i=1 to 3 %>
<table>
<tr>
<td>编号:<% rs=("bh")%></td>
</tr>
<tr>
<td>名称:<%rs=("mc")%></td>
</tr>
</table>
<% rs.movenext
next
end if
%>
<% rs.close
set bb=nothing

%>
</body>
</html>
检查说缺少 "mc"对象
可是我的数据库已经建好了啊
这是怎么回事啊
帮我看看吧 谢谢了 啊