Hi,
I have a coldfusion and asp running in the same server. Recently, I reinstalled coldfusion server to rectify a certain problem. The problem has been solved, only now Im totally unable to connect to my SQL DB using asp codes. My .cfm files are running fine. My .asp files give an error message :
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
when I use the code:
Set DataConn = Server.CreateObject("ADODB.Connection"![Wink ;) ;)](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
Otherwise, .asp files with other loop functions run fine.
Tell me I dont have to install an MDAC file into my server.
What do I do? I've created a new problem while trying to solve one.
Could a kind soul come to my aid?
-lost
I have a coldfusion and asp running in the same server. Recently, I reinstalled coldfusion server to rectify a certain problem. The problem has been solved, only now Im totally unable to connect to my SQL DB using asp codes. My .cfm files are running fine. My .asp files give an error message :
Microsoft VBScript runtime error '800a01ad'
ActiveX component can't create object
when I use the code:
Set DataConn = Server.CreateObject("ADODB.Connection"
Otherwise, .asp files with other loop functions run fine.
Tell me I dont have to install an MDAC file into my server.
What do I do? I've created a new problem while trying to solve one.
Could a kind soul come to my aid?
-lost