语法错误 (操作符丢失) 在查询表达式 'id =' 中。
我用的是access数据库自己做了个留言本想做个删除留言的一个运行后说是16行MicrosoftOLEDBProviderforODBCDrivers(0x80040E1...
我用的是access 数据库 自己做了个留言本 想做个删除留言的一个 运行后说是16行Microsoft OLE DB Provider for ODBC Drivers (0x80040E14)
[Microsoft][ODBC Microsoft Access Driver] 语法错误 (操作符丢失) 在查询表达式 'id =' 中。
/del.asp, 第 16 行
谁帮帮小弟 我刚刚学的 可以加我QQ1359873 聊 本人先谢谢了
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/liuyan.asp" -->
<%
if(request.form("id ") <> "") then Command1__strid = request.form("id ")
%>
<%
set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_liuyan_STRING
Command1.CommandText = "DELETE FROM liuyan WHERE id =" + Replace(Command1__strid, "'", "''") + " "
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>
</body>
</html> 展开
[Microsoft][ODBC Microsoft Access Driver] 语法错误 (操作符丢失) 在查询表达式 'id =' 中。
/del.asp, 第 16 行
谁帮帮小弟 我刚刚学的 可以加我QQ1359873 聊 本人先谢谢了
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="Connections/liuyan.asp" -->
<%
if(request.form("id ") <> "") then Command1__strid = request.form("id ")
%>
<%
set Command1 = Server.CreateObject("ADODB.Command")
Command1.ActiveConnection = MM_liuyan_STRING
Command1.CommandText = "DELETE FROM liuyan WHERE id =" + Replace(Command1__strid, "'", "''") + " "
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>
</body>
</html> 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询