ODBC connection with 32bit client?
Mostrar comentarios más antiguos
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.
Respuestas (1)
Sumit Sarkar
el 5 de Sept. de 2016
0 votos
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.
Categorías
Más información sobre Configure Environment en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!