ADODB.Connection错误800a0e7a 未找到提供程序。
点击:1066
发布时间:
在运行windows8中运行ASP+Access的网站,出现错误:
ADODB.Connection错误800a0e7a,未找到提供程序。该程序可能未正确安装。
我的系统是64位的。上网查了一下,是配置出现了问题:
If you are running a 64-bit OS, there is no 64-bit Jet 4.0 driver. You need to configure your application pool to run 32-bit.
I struggled with this error for a couple hours before I found this:
http://brh.numbera.com/blog/index.php/2007/03/27/using-myodbc-with-aspnet-in-iis7-on-vista-x64
解决方法:
IIS信息管理器/查看应用程序池/右边操作中选择“设置应用程序池默认设置”,在“常规”中设置“启用 32 位程序”为True。