我如何在64位Windows 7中运行传统的ASP与Jet.OLEDB.4.0? [英] How do I run classic ASP with Jet.OLEDB.4.0 in 64bit windows 7?

查看:363
本文介绍了我如何在64位Windows 7中运行传统的ASP与Jet.OLEDB.4.0?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

当我运行下面的传统的ASP code我得到ADODB.Connection错误'800a0e7a错误。

I am getting "ADODB.Connection error '800a0e7a'" error when I run the following classic ASP code.

   Db = "db.mdb"
   ConnStr = "Provider = Microsoft.Jet.OLEDB.4.0;Data Source = " & Server.MapPath(db)
   set conn=server.createobject("ADODB.CONNECTION")
   conn.open Connstr

So..I一派错误code。原因是不存在64位Microsoft.Jet.OLEDB.4.0。我用Google搜索的解决方案,但我只找到如何解决此错误与Visual Studio。

So..I googled the error code. The cause is that there is no 64bit Microsoft.Jet.OLEDB.4.0. I googled for a solution, but I only found how to resolve this error with visual studio.

我如何在64位的Windows 7(运行IIS 7.5)运行上面的code?配置传统的ASP

How do I configure classic ASP in 64bit windows 7 (running IIS 7.5) to run the above code?

推荐答案

我遇到了过去这个问题,这是相当混乱来解决。请确保您在服务器上安装MDAC的最新版本。它应该解决您的问题。

I have run into this problem in past and it's quite confusing to resolve. Please make sure you have latest version of MDAC installed on the server. It should resolve your issue.

这篇关于我如何在64位Windows 7中运行传统的ASP与Jet.OLEDB.4.0?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆