需要 JET 4.0 驱动程序

发布于 2024-08-07 14:52:57 字数 190 浏览 6 评论 0原文

我正在将 ExcelProvider 与 Microsoft.Jet.OLEDB.4.0 一起使用,并且从生产计算机中收到“无法找到可安装的 ISAM”消息。 Windows Server 2003。

我已经搜索并搜索了这个下载。我在开发机器上安装了 Office,所以我确信这就是它在我这边运行良好的原因。但我无法在生产计算机上安装 Office。

I am using an ExcelProvider with Microsoft.Jet.OLEDB.4.0 and am getting the Cannot Find Installable ISAM from the production machine. Windows Server 2003.

I've searched and search for this download. I've Office installed on the Dev machine, so I'm sure that's why it works fine on my end. But I can't install Office on the Production machine.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

我也只是我 2024-08-14 14:52:57

您确定 Jet 提供程序尚未在计算机上吗?该错误消息最常见的原因是连接字符串格式错误,而不是缺少驱动程序。检查连接字符串中是否有拼写错误。

Are you certain that the Jet provider is not already on the machine? The error message most often occurs as a result of a badly formatted connection string rather than the absence of the driver. Check for typos in the connection string.

与之呼应 2024-08-14 14:52:57

我删除了 IMEX=1;从绳子上取下来,效果很好。奇怪的是,有一次它在那里工作得很好。也许这与版本控制有关,我不知道。

I removed IMEX=1; from the string and it worked fine. Weird, at one time it worked fine with this on there. Maybe it has something to do with the versioning, I don't know.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文