S
starlight
Unregistered / Unconfirmed
GUEST, unregistred user!
为什么运行以下语句:
<% set cnndb=server.createobject("ADODB.Connection")
cnnDB.ConnectionString="Provider=Microsoft.Jet.OLEDB 4.0;"&_
"Data Source=server.mappath('testasp/mydata.mdb')"
cnndb.open
%>
出现以下错误:
ADODB.Connection 错误 '800a0e7a'
Provider cannot be found. It may not be properly installed.
/testasp/test1.asp, 行10
这是什么原因?如何解决?
<% set cnndb=server.createobject("ADODB.Connection")
cnnDB.ConnectionString="Provider=Microsoft.Jet.OLEDB 4.0;"&_
"Data Source=server.mappath('testasp/mydata.mdb')"
cnndb.open
%>
出现以下错误:
ADODB.Connection 错误 '800a0e7a'
Provider cannot be found. It may not be properly installed.
/testasp/test1.asp, 行10
这是什么原因?如何解决?