一个数据库打开问题
错误类型:
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
[Microsoft][ODBC Microsoft Access Driver]常见错误 不能打开注册表关键字 'Temporary (volatile) Jet DSN for process 0x1f4 Thread 0x910 DBC 0x10e6e5c Jet'。
/yhc/tsgl/pwd.asp, 第 7 行
上面是出错提示 代码如下
<%
Function CheckPwd( ID, Pwd )
Dim conn, param, rs
Set conn = Server.CreateObject("ADODB.Connection")
param = "driver={Microsoft Access Driver (*.mdb)};Pwd=00719300"
conn.Open param & ";dbq=" & Server.MapPath("usersPwd.mdb")
各位帮帮忙啊 下午急用