We have an Excel Macro that connects to an Oracle database. The connection string is as follows:
DRIVER=Oracle in OraClient10g_home1;ODA=F;TLO=O;FBS=60000;FWC=F;CSR=F;MDI=Me;MTS=T;DPM=F;NUM=NLS;BAM=IfAllSuccessful;BNF=F;BTD=F;RST=T;LOB=T;FDL=10;FRC=10;QTO=T;FEN=T;XSM=Default;EXC=F;APA=T;DBA=W;DBQ=<SERVER_NAME>;UID=<COMMON_USER_NAME>/<COMMON_PASSWORD>
This works in Excel 2010 for everyone in our group. But when we switch to Excel 2016 with the same file, it works for a few people, but the rest of us get this message:
Run-time error '-2147467259 (80004005)' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Does anyone know what the solution is?
Do we need to set a PATH variable for a different driver or change the connection string, or something else?
Thanks!