Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Personal Oracle + VB6 + Oracle Objects for OLE????

Personal Oracle + VB6 + Oracle Objects for OLE????

From: <acresr_at_cnwl.igs.net>
Date: Sat, 26 Dec 1998 15:00:20 GMT
Message-ID: <3684f8e0.1836644@news.igs.net>


Hi all!

Do you happen to know if we can use OO4O in VB6 to connect to Personal Oracle 7.3.4? I have tried using "2:", "ORCL", "2:ORCL", and "oracle" as my connect string (for database name), but I continue to get the error message "Object doesn't support this property or method."

I use the exact same code (with the production server name in place of "2:" at work without any problems whatsoever.

Following are my connection lines:

Set OraSession = CreateObject("OracleInProcServer.XOraSession")

Set OraDatabase = OraSession.DbOpenDatabase("2:", _

        "username/userpassword", 0&)

Any ideas???!

Thanks! And have a great Christmas holiday!

===> Roy
Received on Sat Dec 26 1998 - 09:00:20 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US