<%@ LANGUAGE=VBSCRIPT%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>THANKS FOR YOUR SUPPORT</title>
</head>
<body bgcolor="#CCFFFF">
<%
dim myconn
set myconn=Server.CreateObject("ADODB.Connection")
set rs=Server.CreateObject("ADODB.Recordset")
constr="provider=microsoft.jet.oledb.4.0;Data Source=" & server.MapPath("user.mdb")
myconn.open=constr
Set rs=myconn.Execute("select ID from user")
id = rs("ID")
if not rs.eof then
dim num(28)
i =0
num(i)=id
response.Write num(i)&"<br>"
i=i+1
movenext
end if
rs.close
set rs=nothing
Myconn.close
set myconn=nothing
%>
</body>
</html>
Microsoft JET Database Engine 错误 '80040e14'
FROM 子句语法错误。
/survey/random/aabb.asp,行23