VB6-XP上的foxpro 2.6 no isam错误 [英] VB6 - A foxpro 2.6 no isam error on XP

查看:120
本文介绍了VB6-XP上的foxpro 2.6 no isam错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

老板给了我一些相当古老的遗留代码,全部用VB6完成.安装Visual Studio 6和其他一些东西之后,我终于可以打开项目并实际编译/运行它.我的新问题来自以下代码行:

The boss handed me some rather ancient legacy code, all done in VB6. After installing Visual Studio 6 and a few other things, I'm finally able to open the project and actually compile/run it. My new problem comes from this line of code:

Set db = DBEngine.Workspaces(0).OpenDatabase(ThePath$, False, ReadOnlyFlag, "FoxPro 2.6;")

我收到错误消息找不到可安装的ISAM"

I get the error "Cannot find installable ISAM"

我不确定我缺少什么.我已经进行了一些搜索,并在system32和注册表中找到了诸如MSJET35.DLL之类的东西. Access已安装(我在Access 2002和2003中都尝试过).我希望这是Windows 7或Vista的问题,但这是在XP Service Pack 3中.

I'm not sure what I'm missing. I've done some searching and I have things like MSJET35.DLL in system32 and the registry. Access is installed (I tried it with both Access 2002 and 2003). I would expect this to be a problem with Windows 7 or Vista, but this is in XP, service pack 3.

有人在想什么吗?

推荐答案

MDAC 2.6及更高版本中不包含FoxPro驱动程序.下载适用于ODBC或OLEDB的适当安装

The FoxPro drivers are not included in MDAC 2.6 and beyond. Download the appropriate install for either ODBC or OLEDB

FoxPro ODBC驱动程序
FoxPro OLEDB驱动程序

这篇关于VB6-XP上的foxpro 2.6 no isam错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆