Visual FoxPro driver for 64 bit Windows 7

前端 未结 3 1604
孤独总比滥情好
孤独总比滥情好 2021-02-13 18:09

I\'ve installed Visual FoxPro driver from this link on my 64 Bit Windows 7 Home Premium OS and tried to register vfpoledb.dll using REGSVR32. I could able to register this dll b

3条回答
  •  死守一世寂寞
    2021-02-13 18:43

    I have found out that there is no 64 bit VFP Driver for 64 bit OS. All we have to do is to change the build option in project properties and set the Platform Target to X86 instead of Any CPU. Build the application for X86. Please refer to this for more details.

提交回复
热议问题