<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<%
set conn=server.createobject("adodb.connection")
conn.open "driver={microsoft access driver (*.mdb)};dbq="&server.mappath("shiyong.accdb")
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>date1</title>
</head>
<%
exec="select * from shiyong"
set rs=server.createobject("adodb.recordset")
rs.open exec,conn,1,1
%>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<%do while not rs.eof%><tr>
<td><%=rs("bh")%></td>
<td><%=rs("sj")%></td>
<td><%=rs("jg")%></td>
<td><%=rs("zz")%></td>
</tr><%
rs.movenext
loop
%>
</table>
</body>
</html>
错误类型:
Microsoft JET Database Engine (0x80004005)
找不到可安装的 ISAM。
/myweb/date.asp, 第 6 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; InfoPath.2)
本人刚学几天 大虾帮帮忙
[此贴子已经被阳光白雪于2007-4-20 10:30:49编辑过]