Driver Location Windows 7 — Odbc
HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers and each driver has its own key under:
| Windows 7 OS Type | Folder Path | Bitness of drivers inside | |-------------------|-------------|---------------------------| | 64-bit | C:\Windows\System32 | drivers | | 64-bit | C:\Windows\SysWOW64 | 32-bit drivers | | 32-bit | C:\Windows\System32 | 32-bit drivers | odbc driver location windows 7
Remember: On Windows 7, a driver is just a DLL until the registry tells the system where to find it. Master both, and you master ODBC connectivity. HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST
C:\Windows\SysWOW64\odbcinst.exe -q -d If you have PowerShell available on Windows 7 (installable via WMF), you can query the registry directly: odbc driver location windows 7
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI\ODBC Drivers and