无法显示网页
试图访问的网页出现问题,无法显示。
--------------------------------------------------------------------------------
请尝试执行下列操作:
单击刷新按钮,或稍后重试。
打开 localhost 主页,然后查找与所需信息相关的链接。
HTTP 错误 500.100 - 内部服务器错误 - ASP 错误
Internet 信息服务
--------------------------------------------------------------------------------
技术信息(用于支持人员)
错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] UPDATE 语句的语法错误。
/ReadBooks/vote/vote_updata.asp, 第 18 行
浏览器类型:
Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 2.0.50727)
网页:
GET /ReadBooks/vote/vote_updata.asp
时间:
2007年7月5日, 22:19:21
详细信息:
Microsoft 支持
<%
if(Request.form("vote") <> "") then Command1__get = Request.form("vote")
if(Request.QueryString("id") <> "") then Command1__up = Request.QueryString("id")
%>
<%
set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_connect2_STRING
Command1.CommandText = "UPDATE vote SET " + Replace(Command1__get, "'", "''") + "=" + Replace(Command1__get, "'", "''") + "+1 WHERE id=" + Replace(Command1__up, "'", "''") + ""
Command1.CommandType = 1
Command1.CommandTimeout = 0
Command1.Prepared = true
Command1.Execute()
%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>无标题文档</title>
</head>
<body>
<table width="100%" border="0" cellspacing="0">
<tr>
<td bgcolor="#7996B1"> </td>
</tr>
<tr>
<td height="55" bgcolor="#C2D3FC"><div align="center">感谢您的参与</div></td>
</tr>
<tr>
<td bgcolor="#C0CEE0"> </td>
</tr>
</table>
</body>
</html>
大侠来帮着看一下~~
第18行是每次都报这行
Command1.Execute()
[此贴子已经被作者于2007-7-6 11:59:58编辑过]