ODBC driver installation
I needed to install ODBC driver on the client machine (Windows Server 2008 64-bit), so I downloaded and installed Oracle Client win64_11gR2_client. That installed the ODBCE driver that can be accessed via C:\WINDOWS\systems32\odbcad32.exe
Turns out the client application needs to access ODBC via C:\WINDOWS\SysWOW64\odbcad32.exe
That's the 32-bit driver, isn't it?
What do I need to download and install in order to install 32-bit driver on a 64-bit Windows Server 2008?
1