word2013字库官方下载:Microsoft JET Database Engine (0x80004005)

来源:百度文库 编辑:中科新闻网 时间:2024/05/16 23:18:07
Microsoft JET Database Engine (0x80004005)
未指定的错误
/home.asp, 第 18 行

代码是:
Set conn=Server.CreateObject("Adodb.Connection")
SQLstr="Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& Server.Mappath("\date\shu.mdb") & ";Persist Security Info=False"
conn.Open SQLstr

有谁知道呀?