I have been trying to connect to an Oracle Database using SSIS(Visual Studio) using ODBC as the connection manager.
My OS is Windows 7 (64 bit), Visual Studio 2010 (32-bit) and Oracle 11G is 64 bit.
While connecting to Oracle 11G using Visual Studio via ODBC I am greeted with the following error:
'The specified DSN has an architecture mismatch between driver and application'
This is understandable as Visual Studio is 32 bit and the server I am trying connect to is 64 bit.
Possible solutions?