|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Error creating Oracle objectI have an application that uses an Oracle database and it's suddenly
started giving Error 429, ActiveX Component Can't Create Object at this line: Set OraSession = CreateObject("OracleInProcServer.XOraSession") OraSession is an object. I believe this is handled by Oracle's OO4O interface, which I'm pretty much clueless about. I'm sure some of you guys use Oracle too, maybe someone can give me a hint where to look? Thanks
Show quote
Hide quote
"Dave Cullen" wrote: There is nothing wrong with your statement.> I have an application that uses an Oracle database and it's suddenly > started giving Error 429, ActiveX Component Can't Create Object at this > line: > > Set OraSession = CreateObject("OracleInProcServer.XOraSession") > > OraSession is an object. > > I believe this is handled by Oracle's OO4O interface, which I'm pretty > much clueless about. I'm sure some of you guys use Oracle too, maybe > someone can give me a hint where to look? > > Thanks > If it worked before then something must have happened to change the Oracle environment. Check the registery (OleViewr, etc) and see if "OracleInProcServer.XOraSession" ProgID is there. May need to re-install client? Trashed names file? ??? -ralph On Tue, 21 Mar 2006 17:04:36 -0500, Dave Cullen <nospam@mail.com> wrote:
¤ I have an application that uses an Oracle database and it's suddenly ¤ started giving Error 429, ActiveX Component Can't Create Object at this ¤ line: ¤ ¤ Set OraSession = CreateObject("OracleInProcServer.XOraSession") ¤ ¤ OraSession is an object. ¤ ¤ I believe this is handled by Oracle's OO4O interface, which I'm pretty ¤ much clueless about. I'm sure some of you guys use Oracle too, maybe ¤ someone can give me a hint where to look? ¤ ¤ Thanks It sounds like there is a missing or unregistered dependent file. I would reinstall OO4O if this is a development machine. If it's a client machine I would verify that the OO4O files have been installed and registered. Paul ~~~~ Microsoft MVP (Visual Basic)
Any known problems running VB6 application with Intel Centrino Duo
Windows or VB problem - Please help Hidden treasures... question -- close adodb connection inside dll CommonDialog sets Windows Default Printer - is Mike Williams out there? vb6 and iso 8601 date format Access table grid component. VBnet 2005? error making function call with multiple parameters to dll click on a menu |
|||||||||||||||||||||||