I have an x64 application written in C # with .Net Framework 4 that needs to connect to the Microsoft ODBC for Oracle driver.
When using this driver with the application in x86 mode, this connection works normally. However when using the application in x64 mode it can not connect and displays the following error:
ERROR [IM002] [Microsoft] [ODBC Driver Manager] Data source name not found and no default driver specified
I would like to know how my x64 application can open a OdbcConnection
connection using this driver.
Obs : I need to connect to this driver so that I do not need to use the TNS file configuration inside the client.