Hi,
I'm getting the following error:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'ADODB'
/Malavika/PFEfiles/SIGN_IN_ASP_files/Insert.asp, line 24
This happens when I try to execute a pure back-end ASP file.
The line in my code that this error points to is:
set cnn = server.CreateObject(ADODB.connection)-- THIS ONE
set adoRs1 = server.CreateObject(ADODB.recordset)
set adoRs2 = server.CreateObject(ADODB.recordset)
cnn.Open "...."
strSQL = "..."
adoRS.open(strSQL)
please help...i'm getting close to my dead line, and i'll be dead if i don't get this working!!!
thanks,
radhika.
I'm getting the following error:
Error Type:
Microsoft VBScript runtime (0x800A01A8)
Object required: 'ADODB'
/Malavika/PFEfiles/SIGN_IN_ASP_files/Insert.asp, line 24
This happens when I try to execute a pure back-end ASP file.
The line in my code that this error points to is:
set cnn = server.CreateObject(ADODB.connection)-- THIS ONE
set adoRs1 = server.CreateObject(ADODB.recordset)
set adoRs2 = server.CreateObject(ADODB.recordset)
cnn.Open "...."
strSQL = "..."
adoRS.open(strSQL)
please help...i'm getting close to my dead line, and i'll be dead if i don't get this working!!!
thanks,
radhika.