PDA

Click to See Complete Forum and Search --> : ADO


alokjain
Aug 18th, 1999, 02:52 PM
I've created an ASP file which is actually a feedback form and trying to store the inputs in SQL server using ADO, But its giving me the error :

Microsoft VBScript runtime error '800a01ad'

ActiveX component can't create object

/dataentry.asp, line 65

I'm using IIS 4.0 Please suggest some solution.

llee
Aug 19th, 1999, 01:43 PM
Have you tested your VBscript, I had a feeling that is the "createObject" that cause you the error. Maybe you should try you codes at VB before you run it at asp.