-
1
- #1
Hello everyone,
I am attempting to create a VB app using OO4O. I have included the ORACLE Data Control on my form and trying to create a session using the following code -
dim OraSession as object
set OraSession = CreateObject("OracleInProcServer.XOraSession"
.
My code is erroring out with the message - "ActiveX component can't create object".
Could you please tell me what I am missing ? Thanks in advance for the help,
- Subha Nothing is impossible, even the word impossible says I'm possible.
I am attempting to create a VB app using OO4O. I have included the ORACLE Data Control on my form and trying to create a session using the following code -
dim OraSession as object
set OraSession = CreateObject("OracleInProcServer.XOraSession"
My code is erroring out with the message - "ActiveX component can't create object".
Could you please tell me what I am missing ? Thanks in advance for the help,
- Subha Nothing is impossible, even the word impossible says I'm possible.