我试图弄清楚一些用于在我们的网站上报告的旧 Perl 正在做什么。我已经安装了 ActiveState Perl,除了 Perl 尝试打开数据库连接时,一切似乎都在工作。显示以下错误:
Error creating ADODB.Connection to [our connection string redacted]: OLE exception from "ADODB.Connection":
Provider cannot be found. It may not be properly installed.
Win32::OLE(0.1712) error 0x800a0e7a
in METHOD/PROPERTYGET "Open"" failed:256
Perl 的违规行是:
$dbhandle = dbOpen(%dbConnectstr);
还使用了以下使用语句:
use Win32::OLE;
use Win32::OLE::Const 'Microsoft ActiveX Data Objects';
如何在 Windows 10 上安装(或配置或?)提供程序?