oracle - Forcing Excel (x86) VBA code to connect to ODBC (x86) on Win7 x64 -


we run vba script through excel update siebel database, works in x86 os not in x64. files x86.

the code throwing error: [4096] oracle database error has occurred. possibly database name invalid.

the correct connection referenced correctly (its loaded cfg file setup actual siebel applcation, works fine)

the odbc connection shown in odbcad32 applications (the x86 version not x64)

through siebel can force run x86 parameter, there anyway can force excel connect x86 connection?

you have use 32bit version of excel. , have 32bit drivers database. using similiar vb macro in excel , still works me.

years ago, based custom excel sheet on sel2xl.xls file , , modified on it. connects odbc via dsns, , still works till date. try , test on instance, can see macro code if works.


Comments

Popular posts from this blog

mysql - Dreamhost PyCharm Django Python 3 Launching a Site -

java - Sending SMS with SMSLib and Web Services -

java - How to resolve The method toString() in the type Object is not applicable for the arguments (InputStream) -