VB6 - A foxpro 2.6 no isam error on XP

前端 未结 2 505
春和景丽
春和景丽 2021-01-17 01:37

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 actua

相关标签:
2条回答
  • 2021-01-17 02:19

    FoxPro 2.6 requires a dll called msxbse35.dll

    Copy it into your system32 directory and run regsvr32 msxbse35.dll to register. Your program will then run fine on that computer.

    0 讨论(0)
  • 2021-01-17 02:38

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

    FoxPro ODBC drivers
    FoxPro OLEDB drivers

    0 讨论(0)
提交回复
热议问题