Ask a Question related to ASP Database, Design and Development.
-
MPG #1
800a01ad error when connecting to database in ASP.
I have developed a simple ASP/VBScript application to allow a school
IT coordinator to keep tabs on what software is installed on various
PCs connected to the network. It does nothing more complicated than
reading from and writing to an Access 2000 database, and while the ASP
pages run quite happily on my (XP Pro) laptop, they fall over and die
on the actual server I want to install it on (NT4SP6) with the error
message "Microsoft VBScript runtime error '800a01ad'; ActiveX
component can't create object". All other ASP commands seem to work
fine (wrote a simple test page that worked fine), but it dies when
trying to connect to the database, reporting an error on the line 'SET
Conn=Server.CreateObject("ADODB.Connection")'.
I have made sure the latest versions of the data access components and
such are installed, I have set all the permissions for IUSR_SERVER and
IWAM_SERVER, I have made sure all the database file has been set up
correctly in ODBC, and I have made sure to activate the application
root and allow scripting in the correct folder in IIS. In short, I've
followed all the relevant KB articles on Microsoft support, but still
the damn thing refuses to work. Any suggestions?
Matt
====
MPG Guest
-
Microsoft VBScript runtime error '800a01ad'
I get the following error message when trying to create an instance of a DLL on a Windows 2003 Server machine from an ASP page: Microsoft VBScript... -
Error connecting to DB2 Sample database
I've just installed DB2 Personal Edition V8 and managed to get the sample database created etc. However, when I attempt to connect to it in the CF... -
Error 80040e14 on connecting to database
Any ideas?? Here is the error I'm getting: <p>Microsoft OLE DB Provider for ODBC Drivers</font> <font face="Arial" size=2>error... -
#10316 [Com]: error in connecting to MS access database
ID: 10316 Comment by: subisiva at yahoo dot com Reported By: thomasj at cs dot uidaho dot edu Status: Closed... -
Error connecting to Access database
Created new page, selected dynamic page and ASP VBscript from dynamic page list. In defining custome connection string, in connection string field,...



Reply With Quote

