请问关于ASP 连接ACCESS问题<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%@LANGUAGE="VBSCRIPT"CODEPAGE="936"%><!DOCTYPEHTMLPUBLIC"-//W3C//DTDHTML4.01Transiti...
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>通讯录-------浏览详细内容</title>
</head>
<body bgcolor="#66FFFF">
<div align="center">
<h2>
</h2>
<%
id=request("id")
set cn=server.CreateObject("adodb.connection")
fn=server.MapPath("db1.mdb")
cn.Open "driver={Microsoft Access driver (*.mdb)};dbq="&fn
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from txl where id="&id ,cn
%>
<hr>
<table width="552" height="346" border="1">
<tr>
<td width="72" rowspan="7"><img border="0" src="photo/<%=rs("photo")%>"></td>
<td width="440">姓名:<%=rs("nam")%></td>
</tr>
<tr>
<td>年龄:<%=rs("age") %></td>
</tr>
<tr>
<td>性别:<% if rs("sex") then response.Write "女" else response.write "男" %></td>
</tr>
<tr>
<td>系:<%=rs=("depart") %></td>
</tr>
<tr>
<td>班级:<%=rs("clas") %></td>
</tr>
<tr>
<td>电话:<%=rs("photo") %></td>
</tr>
<tr>
<td>爱好:<%=rs("hobby") %></td>
</tr>
<tr>
<td height="28" colspan="2">地址:<%=rs("addr") %></td>
</tr>
<tr>
<td height="50" colspan="2">性格描述:<%=rs("temper") %></td>
</tr>
</table>
<%
rs.close
cn.close
set rs=nothing
set cn=nothing
%>
<p> </p>
<hr>
<p><a href="browse.asp">返回目录 </a> </p>
</div>
</body>
</html>
错误是"错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] 语法错误 (操作符丢失) 在查询表达式 'id=' 中。
/look.asp, 第 19 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)
网页:
请问大侠们那个"id"出错是什么地方? 展开
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>通讯录-------浏览详细内容</title>
</head>
<body bgcolor="#66FFFF">
<div align="center">
<h2>
</h2>
<%
id=request("id")
set cn=server.CreateObject("adodb.connection")
fn=server.MapPath("db1.mdb")
cn.Open "driver={Microsoft Access driver (*.mdb)};dbq="&fn
set rs=server.CreateObject("adodb.recordset")
rs.open "select * from txl where id="&id ,cn
%>
<hr>
<table width="552" height="346" border="1">
<tr>
<td width="72" rowspan="7"><img border="0" src="photo/<%=rs("photo")%>"></td>
<td width="440">姓名:<%=rs("nam")%></td>
</tr>
<tr>
<td>年龄:<%=rs("age") %></td>
</tr>
<tr>
<td>性别:<% if rs("sex") then response.Write "女" else response.write "男" %></td>
</tr>
<tr>
<td>系:<%=rs=("depart") %></td>
</tr>
<tr>
<td>班级:<%=rs("clas") %></td>
</tr>
<tr>
<td>电话:<%=rs("photo") %></td>
</tr>
<tr>
<td>爱好:<%=rs("hobby") %></td>
</tr>
<tr>
<td height="28" colspan="2">地址:<%=rs("addr") %></td>
</tr>
<tr>
<td height="50" colspan="2">性格描述:<%=rs("temper") %></td>
</tr>
</table>
<%
rs.close
cn.close
set rs=nothing
set cn=nothing
%>
<p> </p>
<hr>
<p><a href="browse.asp">返回目录 </a> </p>
</div>
</body>
</html>
错误是"错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] 语法错误 (操作符丢失) 在查询表达式 'id=' 中。
/look.asp, 第 19 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; Maxthon)
网页:
请问大侠们那个"id"出错是什么地方? 展开
2个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询