ADODB.Command (0x800A0D5D) 应用程序在当前操作中使用了错误类型的值。 20

我在用DW做留言本的时候,进行留言管理,不是分三个页面嘛:回复(YMreply.asp)、修改(YMedit.asp)、删除(YMdelete.asp)。结果前两个页面都... 我在用DW做留言本的时候,进行留言管理,不是分三个页面嘛:回复(YMreply.asp)、修改(YMedit.asp)、删除(YMdelete.asp)。结果前两个页面都对,就做删除页面出现问题。
比如,删除一个记录后,我是转入到留言查看的页面xx2.asp。但是,就显示不了了。很奇怪。具体错误显示为:
错误类型:
ADODB.Command (0x800A0D5D)
应用程序在当前操作中使用了错误类型的值。
/aiju/YourMessages/GuanLi/xx2.asp, 第 39 行

浏览器类型:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; MAXTHON 2.0)

网页:
GET /aiju/YourMessages/GuanLi/xx2.asp

-------------------------------------------------
其中第前40行代码为:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="../../Connections/YM.asp" -->
<%
' *** Restrict Access To Page: Grant or deny access to this page
MM_authorizedUsers=""
MM_authFailedURL="YMlogin.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
%>
<%
Dim xx__MMColParam
xx__MMColParam = "1"
If (Request.QueryString("id") <> "") Then
xx__MMColParam = Request.QueryString("id")
End If
%>
<%
Dim xx
Dim xx_cmd
Dim xx_numRows

Set xx_cmd = Server.CreateObject ("ADODB.Command")
xx_cmd.ActiveConnection = MM_YM_STRING
xx_cmd.CommandText = "SELECT * FROM main WHERE id = ?"
xx_cmd.Prepared = true
xx_cmd.Parameters.Append xx_cmd.CreateParameter("param1", 5, 1, -1, xx__MMColParam) ' adDouble
-------------------------------------------------------------
由于是初学者,不懂代码。真是苦恼,有高手帮忙解决吧?谢谢
出错代码为xx_cmd.Parameters.Append xx_cmd.CreateParameter("param1", 5, 1, -1, xx__MMColParam) ' adDouble
展开
 我来答
好吃懒做的猫猫
2013-09-19
知道答主
回答量:17
采纳率:0%
帮助的人:7万
展开全部
服务器行为--删除记录--唯一健列 数值 不要打勾
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式