# 64-bit drivers Get-ItemProperty "HKLM:\SOFTWARE\ODBC\ODBCINST.INI\*" | Where-Object $_.Driver | Select PSChildName, Driver Get-ItemProperty "HKLM:\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI*" | Where-Object $_.Driver | Select PSChildName, Driver Part 5: Common Scenarios and Troubleshooting 5.1 "Driver Not Found" Error When Setting Up a DSN Symptoms: You try to create a System DSN, but the driver you expect is missing from the list.
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI\DriverName , the path is simply: 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. odbc driver location windows 7
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\ODBC\ODBCINST.INI\ODBC Drivers and each driver has its own key under: