ODBC connection with 32bit client?

7 views (last 30 days)
Aneesh Singhal
Aneesh Singhal on 5 Sep 2016
Answered: Sumit Sarkar on 5 Sep 2016
I have 2011a 64bit version of MATLAB. My code connects to database using ODBC connection. I am trying to run exe file made out of m-file on a system which has Oracle ODBC Client 32 bit version installed. The exe file runs smoothly if the system has 64 bit Oracle ODBC client. Please suggest how to make it run on 32 bit systems as they cannot have 64 bit versions of Oracle ODBC client.

Answers (1)

Sumit Sarkar
Sumit Sarkar on 5 Sep 2016
If the process is 32-bit, you will need the 32-bit Oracle ODBC instant client. If you cannot download it, you can also download a wire protocol ODBC driver from Progress DataDirect site that works across any Oracle 9-12c versions.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!