Microsoft JET Database Engine (0x80040E09)
不能更新。数据库或对象为只读。
/Install.asp, 第 192 行
出错代码
RndPassword = GetRndPassword(16)
Response.Cookies(Site_Sn)("AdminName") = rs("AdminName")
Response.Cookies(Site_Sn)("AdminPassword") = rs("Password")
Response.Cookies(Site_Sn)("RndPassword") = RndPassword
rs("RndPassword") = RndPassword
rs.Update
rs.Close
Set rs = Nothing
Response.Redirect "install.asp"