第二个问题 还是有问题啊
所有代码如下:
<%response.buffer=true%>
<!--#include file="connection.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
</head>
<body>
<%
dim a
a="update denglu set time="&now()&" where name=
'"&session("name")&"'"cn.execute(a)
cn.close
session.Abandon()
response.Redirect "denglu.asp"
%>
</body>
</html>
提示如下:
技术信息(用于支持人员)
错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] UPDATE 语句的语法错误。
/index2/shicigefu/exit.asp, 第 12 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; MyIE2; Maxthon)
网页:
GET /index2/shicigefu/exit.asp
时间:
2006年8月8日, 21:13:25
[此贴子已经被作者于2006-8-8 21:14:10编辑过]