Visual FoxPro driver for 64 bit Windows 7

前端 未结 3 1600
孤独总比滥情好
孤独总比滥情好 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:49

    A blog post by Eric Selje, of Salty Dog Solutions, describes how to run the 32-bit drivers on 64-bit Windows. (You must set them up in the 32-bit ODBC Administrator.)

    1. Visual FoxPro, a 32-bit application, runs just fine on 64-bit machines.
    2. Visual FoxPro cannot use 64-bit ODBC drivers however.
    3. You can use 32-bit ODBC drivers on 64-bit Windows, but you must set them up in the 32-bit ODBC Administrator. This is not the one that’s going to come up if you go through Control Panel. To invoke it, run C:\Windows\SysWow64\odbcad32.exe and add your DSNs there.
    4. Do not just Start, Run, ODBCAd32.exe, as it will not bring up the right one.
    5. The 32-bit drivers for SQL Server come with Windows 7 x64, so you don’t have to download them.

提交回复
热议问题