OLEDB error
I've a 2 clients, 10.2 and 11.2, installed in windows 2008 server. I'm able to successfully connect to database(unix server) from each home.
However when we run c++ application that uses tns from 11.2 home I get this error :
OraOLEDBpus10.dll: The specified module could not be found
Our c++ application uses OLEDB. Before running application , I set ORACLE_HOME, TNS_ADMIN and PATH containing 11g binaries and dlls.
OraOLEDBpus10.dll is located in 10g ORACLE_HOME. 11g ORACLE_HOME contains OraOLEDBpus11.dll. Is there a need to register OraOLEDBpus11.dll using registerDll.bat
0