Yan
Starting Member
Belgium
1 Posts |
Posted - 20 July 2007 : 04:43:56
|
Hello,
First of all, sorry for my poor English...
I have the following error in version v3.4.06:
Microsoft VBScript runtime error `800a000d` Type mismatch: `rs` /pop_mail.asp, line 202
And indeed, when I look in the code, I see that the recordset object rs is closed on line 62.
I replaced rs("M_EMAIL") in line 202 by the variable strREmail defined in line 59, and it now works fine.
Best regards, Yan
|
|