Odbc — Drivers Windows 7 64 Bit [top]

Registry query for 64-bit drivers:

:: 64-bit C:\Windows\System32\odbcad32.exe :: 32-bit C:\Windows\SysWOW64\odbcad32.exe odbc drivers windows 7 64 bit

Get-OdbcDriver | Where-Object Platform -eq '64-bit' | Select Name, Platform (Note: Get-OdbcDriver requires RSAT tools or Windows 8+; on Win7, use registry query instead) odbc drivers windows 7 64 bit

reg query HKLM\SOFTWARE\ODBC\ODBCINST.INI This paper should resolve 90% of ODBC driver issues on Windows 7 64-bit. Keep the 32-bit vs. 64-bit rule in mind above all else. odbc drivers windows 7 64 bit

Scroll to Top