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!

Driver Could not be loaded

417980Mar 29 2004 — edited Apr 4 2007
Hi,
I am getting this error, when i am trying to make a database connection using oracle.
Microsoft OLE DB Provider for ODBC Drivers (0x80004005)
Specified driver could not be loaded due to system error 998 (Oracle in OraHome92).

I have tested my DSN, it connects successfully. I have checked my data source using tnsping,sqlplus, works fine.
I have also given IUSR,IWAM permissions to ora92 directory/sub-directories.

The code i am using is:
Dim DConn
Set DConn = Server.CreateObject("ADODB.Connection")
DConn.Open "DSN=xyz;uid=abc;pwd=abc"
DConn.Close
Set DConn = nothing

thanks.

Comments

Processing
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on May 2 2007
Added on Mar 29 2004
5 comments
16,101 views