Connecting to ODBC in a 64-bit machine from a 32-bit compiled program
631380Mar 31 2008 — edited Aug 19 2008My .net program is compiled on 32-bit machine.
It is running on 64-bit windows machine. The Oracle driver installed is 10g for win 64.
If I use the Microsoft ODBC Data Source Adminstrator and Test the connection, I can successfully connect.
By from my program, I cannot connect:
ERROR [IM002] [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
1. Should i have installed the ODBC drivers for win 32?
2. Can a 32-bit compiled programming connect with a 64-bit driver?
any idea how i can get this to connect?