I need to use CreateObject("OracleInProcServer.XOraSession")

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I try to use the... Set OraSession =
CreateObject("OracleInProcServer.XOraSession"), so I see the message: ActiveX
component can't create object (Run-time error 429). What do I do?
Looks like missing any References of VBA.
 
I'm thinking you need to add a reference to the object library. In the vba
editor, from the menu, choose Tools > References. Then find the Oracle
library you need and check the check box next to it.

Hope this helps.

Keith
 
I agree, but I tried some References.. so didn't do... do you know what
References I need?

Thanks a lot
Falango
 
Back
Top