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

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.
 
G

Guest

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
 
G

Guest

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

Thanks a lot
Falango
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top