Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> OO4O and Delphi 3
Hi All,
I'm trying to use OO4O in Delphi 3 and I just can not figure out why this is not working:
fOraSession := CreateOLEObject('OracleInProcServer.XOraSession');
fOraDatabase :=
fOraSession.OpenDatabase(fHost, fUserID + '/' + fPassword, 0);
fOraSession and fOraDatabase are declared as variant and fHost, fUserID and fPassword are declared as string.
When executing this I get a EOleSysError exeption with the message 'Member not found'. I tested this using Access97 (in a prototype) and it was working fine.
Did anybody ever experienced this problem and found a solution for it?
grtnx,
Richard
![]() |
![]() |