asp 代码连接数据库出现错! 急急急!在线等!网上也找了,没解决!解决再加50金

错误类型:ADODB.Recordset(0x800A0E7D)连接无法用于执行此操作。在此上下文中它可能已被关闭或无效我的数据库是SqlServer2005<%@LAN... 错误类型:ADODB.Recordset (0x800A0E7D)连接无法用于执行此操作。在此上下文中它可能已被关闭或无效
我的数据库是Sql Server2005

<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!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><%
studentnumber=request.Form("number")
pwd=request.Form("password")
duty=request.Form("duty")
realname=request.Form("name")
telephone=request.Form("telephone")
qq=request.Form("qq")
allvaue=request.Form
Dim ConnStr,myConn,mySQL,myRec
ConnStr="Provider=SQLOLEDB;data source=(local)\SQLExpress;initial catalog=db_student;user id=sa password=;"
set myRec=Server.CreateObject("ADODB.RecordSet")
myRec.open "select * from student_sql"
myRec.AddNew
myRec("number")=studentnumber
myRec("password")=pwd
myRec("duty")=duty
myRec("realname")=realname
myRec("telephone")=telephone
myRec("qq")=qq
myRec.Update
response.Write("注册成功")
%>

<meta http-equiv="refresh" content="0;url=index.asp">

</body>
</html>
展开
 我来答
scheshan
2011-02-14 · TA获得超过1789个赞
知道小有建树答主
回答量:958
采纳率:0%
帮助的人:1258万
展开全部
不好意思,刚没留神看...

ConnStr="Provider=SQLOLEDB;data source=(local)\SQLExpress;initial catalog=db_student;user id=sa password=;"

后面加
set MyConn=server.createobject("adodb.connection")
MyConn.open ConnStr

还有你的RecordSet的打开语句后面也要改
MyRec.open "select * from student_sql",MyConn,1,3

你的问题原因是,没有实例化连接对象,也没有打开连接
Storm代理
2023-08-29 广告
"StormProxies是全球大数据IP资源服务商,其住宅代理网络由真实的家庭住宅IP组成,可为企业或个人提供满足各种场景的代理产品。点击免费测试(注册即送1G流量)StormProxies有哪些优势?1、IP+端口提取形式,不限带宽,I... 点击进入详情页
本回答由Storm代理提供
cx1982420
2011-02-14 · TA获得超过1358个赞
知道小有建树答主
回答量:741
采纳率:100%
帮助的人:326万
展开全部
你数据库都没有打开如何操作呢?
ConnStr="Provider=SQLOLEDB;data source=(local)\SQLExpress;initial catalog=db_student;user id=sa password=;"
后面加上
'建立和数据库的连接
set Conn = Server.CreateObject("ADODB.Connection")
Conn.Open ConnStr
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

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

类别

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

说明

0/200

提交
取消

辅 助

模 式