Advantage OLE DB Provider 在 Windows 7 系统上挂起
我有一个用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.