Hello
I have the following code

Line 57 - SetConnection
Line 58 - Set CDR = ConnCDI.Execute(SQL)
Line 59 - IF CDR.EOF then
Line 60 -       code here
Line 61 - ELSE
Line 62 -       More code here
Line 63 - END IF

The following error comes up
Error Type:
ADODB.Recordset (0x800A0E78)
Operation is not allowed when the object is closed.
/Internal_OLD/CDR.asp, line 59

I have put a respone.end after line 58 and line 58 executes fine so how
could the Object be closed one line later???
Any insight?????



---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to