Windows 7 X64 | Odbc

Driver=SQL Server Native Client 11.0;Server=myserver;Database=mydb;Trusted_Connection=yes;

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBCINST.INI\ODBC Drivers" windows 7 x64 odbc

# 64-bit ODBC Administrator %windir%\system32\odbcad32.exe %windir%\syswow64\odbcad32.exe Driver=SQL Server Native Client 11

Driver=MySQL ODBC 8.0 Unicode Driver;Server=localhost;Database=mydb;User=root;Password=pass; Driver=SQL Server Native Client 11.0

reg query "HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\ODBC\ODBCINST.INI\ODBC Drivers"

Understanding the 32-bit vs 64-bit Issue The most critical thing to know about ODBC on Windows 7 x64 is that you have two separate ODBC administrators :

Top