Microsoft JET Database Engine 错误 '80004005' 找不到可安装的 ISAM。 /report/login.asp,行 12 。。为什么啊?<%
Dim Con, Rs,ConnStr
ConnStr ="Provider=Microsoft.Jet.OLEDB.4.0;Server=10.10.1.36;UID=admin2;PWD=123456;DATABASE=ChinaGeology"
Set Con = Server.CreateObject("ADODB.Connection")
Con.open "Provider=Microsoft.Jet.OLEDB.4.0;Server=10.10.1.36;UID=admin2;PWD=123456;DATABASE=ChinaGeology"
Con.open ConnStr'Set Rs = CreateObject("ADODB.RecordSet")
'Rs.open "select * from SB_User", Con, 1, 1
'If Rs.EOF Then
'End If
'Set Rs = Nothing
Con.Close
Set Con = Nothing%> 连接代码