Schwerzmann
Programmer
I wanted to run an ASP Database Connection on a IIS 4.0 (NT Server 4.0). The script works on every other IIS-Server. It starts with this line:
SET Conn=SERVER.CREATEOBJECT("ADODB.CONNECTION"
If I run it on the browser, it always returns the following error:
Microsoft VBScript runtime error ' 800a01ad'
ActiveX component can't create object
I tried a lot of possible solutions suggested on the Microsoft homepage and I reinstalled the Option Pack, but there's still the same error.
Reto
SET Conn=SERVER.CREATEOBJECT("ADODB.CONNECTION"
If I run it on the browser, it always returns the following error:
Microsoft VBScript runtime error ' 800a01ad'
ActiveX component can't create object
I tried a lot of possible solutions suggested on the Microsoft homepage and I reinstalled the Option Pack, but there's still the same error.
Reto