Windows 10 Visual FoxPro ODBC Issue
Solution 1:
To check :
- Verify the registry at
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI
, subkey of your driver, if the listed files do exist.
For a 32-bit program the folderC:\Windows\System32
is inaccessible and is automatically substituted toC:\Windows\SysWOW64
. So a path to System32 should be replaced with SysWOW64. - You should have installed the FoxPro 9.0 Service Pack 2.0 and the Hotfixes (actually only the third one in the list)
- You may need to download and install the MSXML 4.0 Core package
The problem could also be an incompatibility with Internet Explorer 11 or Spartan.
Have you been using IE11 when you were still on Windows 7?
If no solution is found, there is always the option of downgrading back to Windows 7.