Driver Could not be loaded
417980Mar 29 2004 — edited Apr 4 2007Hi,
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.