Advantage OLE DB Provider 在 Windows 7 系统上挂起

发布于 2024-12-04 17:16:55 字数 603 浏览 0 评论 0原文

我有一个用 VFP v9 SP2 编写的程序,运行了多年。最近买了一个装有 Windows 7 的新盒子,必须重新安装我的所有工具。 Advantage OLE DB 提供程序就是其中之一。当我尝试运行我的可信程序时,它在第一次调用 OLE DB Provider 时挂起 (相关)代码是:

loConn = createobject("ADODB.Connection")
 …
*cDD has beendefined previously and points to the Data Dictionary file  

loConn.ConnectionString = 'Provider=Advantage OLE DB Provider; Data Source='+cDD+';  
  ServerType=ADS_LOCAL_SERVER|ADS_REMOTE_SERVER; User ID=user;Password=password'

loConn.open()   && Hangs right here! (Not responding for minutes)

安装后,我检查了提供程序安装的文件夹,但所有 dll 都与其他文件一起就位......有什么想法吗?去哪里看?

I have a program written in VFP v9 SP2 working for years. Recently got a new box with Windows 7 on it and have to re-install all my tools. Advantage OLE DB provider was one of them. When I’ve tried to run my trusted program, it hangs on a first call to OLE DB Provider
The (relevant) code is:

loConn = createobject("ADODB.Connection")
 …
*cDD has beendefined previously and points to the Data Dictionary file  

loConn.ConnectionString = 'Provider=Advantage OLE DB Provider; Data Source='+cDD+';  
  ServerType=ADS_LOCAL_SERVER|ADS_REMOTE_SERVER; User ID=user;Password=password'

loConn.open()   && Hangs right here! (Not responding for minutes)

After installation I’ve checked folder where provider installed, but all dlls are in place along with another files… Any ideas? Where to look?

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

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

发布评论

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

评论(1

似狗非友 2024-12-11 17:16:55

Windows 7 64 位不支持 OleDB。 Microsoft 不打算将其迁移到新的 64 位操作系统。

OleDB is not supported on windows 7 64 bits. Microsoft doesn't intend to migrate it to new 64 bits operating systems.

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