On some computers we are completely unable to use ODBC to connect to a Relational View because we get this error:
Error: [Microsoft][ODBC Driver Manager] The specified DSN contains an architecture mismatch between the Driver and Application
Code: 80004005
Source: Microsoft OLE DB Provider for ODBC Drivers
I Googled the error message and all I found was advice to use C:\Windows\SysWOW64\odbcad32.exe instead of c:\windows\system32\odbcad32.exe when configuring a 32bit DSN on a 64bit operating system, but we are already doing that.
Has anyone else had this problem, or have any ideas?