尝试访问 Delphi 7 中的 Excel 表时的提供程序选择
我正在尝试使用 TAdoConnection 组件从 Delphi 7 连接到 Excel 表。 问题是当我选择 Microsoft.Jet.OLEDB.4.0, Extended Properties="Excel 8.0;" 时,我有时会收到错误,
该外部表不在 预期格式。
当我选择: 提供程序=Microsoft.ACE.OLEDB.12.0;扩展属性=Excel 12.0; 然后一些用户收到以下错误:
“找不到提供者。可能没有 正确安装”。
有办法解决我的问题吗?
I am trying to connect to excel table from Delphi 7 using TAdoConnection component.
The problem is when I select Microsoft.Jet.OLEDB.4.0, Extended Properties="Excel 8.0;", I sometimes receive error,
that external table is not in the
expected format.
When i select:
Provider=Microsoft.ACE.OLEDB.12.0;Extended Properties=Excel 12.0;
then some users receive following error:
"Provider cannot be found. It may not
be properly installed".
Is there a way to solve my problem?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自从我研究这个以来已经太久了,记不起细节了,但这里是我们使用 Excel 所做的一个示例。希望这有帮助...
It's been too long since I researched this to remember the details, but here is a sample of what we are doing with Excel. Hope this helps...