Hi all, I would like to write a Excel macro program to connect to Oracle
DB and retrieve data from it. I found from some websites that I should
contain a sentance shown below in the source code:
Set OraSession = CreateObject("OracleInProcServer.XOraSession"
However when I execute the program, it shows error 429 and said ActiveX
can't create object. Do I need to do anything so that I can continue my
programming?
Thanks
DB and retrieve data from it. I found from some websites that I should
contain a sentance shown below in the source code:
Set OraSession = CreateObject("OracleInProcServer.XOraSession"
However when I execute the program, it shows error 429 and said ActiveX
can't create object. Do I need to do anything so that I can continue my
programming?
Thanks