渭南师范要在富平建校?:用DW做ASP,数据库显示问题?

来源:百度文库 编辑:中科新闻网 时间:2024/05/02 19:11:33
我做好页面然后提交就出现这个问题,有谁知道怎么回事啊?

技术信息(用于支持人员)

错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]常见错误 不能打开注册表关键字 'Temporary (volatile) Jet DSN for process 0xf84 Thread 0xe74 DBC 0x1190064 Jet'。
/chushou.asp, 第 113 行
chushou.asp, 第 113 行 :MM_editCmd.ActiveConnection = MM_editConnection

跪求答案,我QQ64646155
部分代码 If (Not MM_abortEdit) Then
' execute the insert
Set MM_editCmd = Server.CreateObject("ADODB.Command")
MM_editCmd.ActiveConnection = MM_editConnection
MM_editCmd.CommandText = MM_editQuery
MM_editCmd.Execute
MM_editCmd.ActiveConnection.Close

If (MM_editRedirectUrl <> "") Then
Response.Redirect(MM_editRedirectUrl)
End If
End If

End If
%>
<!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>chushou</title>
</head>

<body>
<form METHOD="PO

应该是你的数据库路径错误,请仔细检查你的代码

把你的代码贴上来,还有把你的数据库路径也说清楚