Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OraOLEDB error '80004005' ??

403183Sep 25 2003 — edited Jul 26 2005
I am trying to access a table in an Oracle 9i db with ASP. I've included my code below.
--
Dim objCon
Set objCon = Server.CreateObject ("ADODB.Connection")
objCon.ConnectionString = "Provider=OraOLEDB.Oracle;User ID=test_acct;Password=acct_test;Data Source=TestDB;"
objCon.Open
objCon.Close
Set objCon = Nothing
--

My error is:
--
OraOLEDB error '80004005'
??
oraoledb_oracle.asp, line 13
--
Line 13 points to the following code: objCon.Open

Any ideas?
Thanks,

Wills
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 23 2005
Added on Sep 25 2003
18 comments
23,308 views