asp 错误 不能更新。数据库或对象为只读

<%@LANGUAGE="VBSCRIPT"CODEPAGE="65001"%><!--#includefile="conn.asp"--><!DOCTYPEhtmlPU... <%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!--#include file="conn.asp" -->
<!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=utf-8" />
<title>无标题文档</title>
</head>

<body>
<%
dim n,m,sql,rs
n=request.Form("name")
m=request.Form("mima")
set rs=server.CreateObject("ADODB.recordset")
sql="select * from yonghu where name='"&n&"' "
rs.open sql,conn,1,1
if rs.recordcount>0 then
response.Write("已经有人了")
response.End
else
rs.close
rs.open "yonghu",conn,1,3
rs.addnew
rs("name")=n
rs("mima")=m
RS.update
rs.close
end if
%>
</body>
</html>
ASP错误:不能更新。数据库或对象为只读
我的数据库并未设置只读,系统为win7旗舰版32位!!!
展开
 我来答
quif888
2010-10-25 · TA获得超过412个赞
知道小有建树答主
回答量:234
采纳率:0%
帮助的人:115万
展开全部
虽然不是只读,但是还文件夹权限的问题,你再看看IIS设置。
tonkeys
2010-10-24 · TA获得超过1513个赞
知道大有可为答主
回答量:2087
采纳率:33%
帮助的人:2427万
展开全部
rs.open sql,conn,1,3
if not rs.eof then
response.Write("已经有人了")
response.End
else
rs.addnew
rs("name")=n
rs("mima")=m
RS.update
end if
rs.close
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式