|
I just renamed a test server that hosts both an oracle database and a website composed mainly of ASP pages. But when I try to connect to my website I get the following error
Error Type:
Microsoft OLE DB Service Components (0x80040154)
Class not registered
/test/common/libDb.inc, line 29
I have tested the UDL file for the data source and the connection between the database and the application is successful. below is an excerpt from the file in the error block
line 26 -34
' use PLSQLRSet=1 for stored procedures
strConn = "File name=" & Server.mappath("/test/common/data/test.udl") & ";PLSQLRSet=1;"
Set con = Server.CreateObject("ADODB.Connection")
con.Open strConn
'strConn = "File name=" & Server.MapPath("test.udl")
'strUserid= ""
'strPassword = ""
'con.Open strConn, strUserid, strPassword
If someone can help advice me on what to do or check next, I'll be very grateful.
Thanks
Nabila
|