设为首页收藏本站

新微赢技术网

 找回密码
 注册
搜索
热搜: 回贴
查看: 83|回复: 7
打印 上一主题 下一主题

请高手们来帮忙

[复制链接]
跳转到指定楼层
1#
发表于 2010-1-18 07:14:36 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
错误类型: Microsoft OLE DB Provider for ODBC Drivers (0x80040E14) [Microsoft][ODBC Microsoft Access Driver] 语法错误 (操作符丢失) 在查询表达式 'id=' 中。 第 46 行 第46行是:Command1.Execute() 全页代码是如下 <%@LANGUAGE="VBSCRIPT"%> <style type="text/css"> <!-- .style1 { font-size: 24px; color: #003399; } --> </style> <title>删除留言</title> <div align="center" class="style1"></div> <!--#include file="../Connections/liuyan.asp" --> <% ' *** Restrict Access To Page: Grant or deny access to this page MM_authorizedUsers="" MM_authFailedURL="login.asp" MM_grantAccess=false If Session("MM_Username") <> "" Then If (true Or CStr(Session("MM_UserAuthorization"))="") Or _ (InStr(1,MM_authorizedUsers,Session("MM_UserAuthorization"))>=1) Then MM_grantAccess = true End If End If If Not MM_grantAccess Then MM_qsChar = "?" If (InStr(1,MM_authFailedURL,"?") >= 1) Then MM_qsChar = "&" MM_referrer = Request.ServerVariables("URL") if (Len(Request.QueryString()) > 0) Then MM_referrer = MM_referrer & "?" & Request.QueryString() MM_authFailedURL = MM_authFailedURL & MM_qsChar & "accessdenied=" & Server.URLEncode(MM_referrer) Response.Redirect(MM_authFailedURL) End If %> <%
if(Request("id") <> "") then Command1__strid = Request("id")
%> <%
set Command1 = Server.CreateObject("ADODB.Command") Command1.ActiveConnection = MM_liuyan_STRING Command1.CommandText = "DELETE FROM liuyandata WHERE id=" + Replace(Command1__strid, "'", "''") + " " Command1.CommandType = 1 Command1.CommandTimeout = 0 Command1.Prepared = true Command1.Execute()
%> <%
if(Request("id") <> "") then Command1__strid = Request("id")
%> <% if(commdel_strid<>"")then set Commdel=Server.CreatObject("ADODB.Command") Commdel.ActiveConnection=MM_connliuyandb_STRING Commdel.commandText="DELETE FROM liuyandata WHERE id="+Replace(Commdel_strid,"","")+"" Commdel.CommandType+4 Commdel.CommandTimeout+0 Commdel.Prepared=true Commdel.Execute() end if '执行删除操作后,转到其他页面 response.Redirect("admin.asp") %> <html> <head> <meta http-equiv="content-Type"content="text/html:charset=gb2312"> </head> <body>
</body> </html> 我是在DW中做的编辑,我设的SQL是DELETE FROM liuyandata WHERE id=strid 请高手帮忙
2#
发表于 2010-1-18 07:14:40 | 只看该作者
应该是 Request("id") 没得到值

先把+ 改成&amp;看看

Replace(Commdel_strid,"","") 这个好像毫无意义
回复 支持 反对

使用道具 举报

3#
发表于 2010-1-18 07:14:44 | 只看该作者
46行代码
回复 支持 反对

使用道具 举报

4#
发表于 2010-1-18 07:14:47 | 只看该作者
你的ID是什么类型?
回复 支持 反对

使用道具 举报

5#
发表于 2010-1-18 07:14:52 | 只看该作者
用DW生成的?

id 无值
回复 支持 反对

使用道具 举报

6#
发表于 2010-1-18 07:14:56 | 只看该作者
你数据库里没有这个字段吗?
回复 支持 反对

使用道具 举报

7#
发表于 2010-2-15 21:05:04 | 只看该作者
给我一个女人,我可以创造一个民族;给我一瓶酒,我可以带领他们征服全世界。。。。。。。。。
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

申请友链|小黑屋|最新主题|手机版|新微赢技术网 ( 苏ICP备08020429号 )  

GMT+8, 2024-11-18 09:30 , Processed in 0.078346 second(s), 11 queries , Gzip On, Memcache On.

Powered by xuexi

© 2001-2013 HaiAn.Com.Cn Inc. 寰耽

快速回复 返回顶部 返回列表