这是啥原因呀?
Microsoft OLE DB Provider for ODBC Drivers 错误 '80004005'
[Microsoft][ODBC Microsoft Access Driver]常见错误 不能打开注册表关键字 'Temporary (volatile) Jet DSN for process 0x5ac Thread 0x8e0 DBC 0x1ef0dfc Jet'。
/reg.asp,行 5
我的代码是
set dbconnection=Server.CREATEOBJECT("ADODB.CONNECTION")
DBPath = Server.MapPath("gj.mdb")
dbconnection.Open "driver={Microsoft Access Driver (*.mdb)};dbq="&DBPath