embassyofheaven
Starting Member
Kingdom of Heaven
1 Posts |
Posted - 13 July 2002 : 22:56:34
|
Pop_mail.asp needs line 49 changed from:
rs = my_Conn.Execute (strSql)
to:
set rs = my_Conn.Execute (strSql)
Chili!Soft ASP will cause an ADO error later in the code if the "set" command is not used.
|
|