Ciao, perchè questo codice restituisce errore sulla riga colorata di rosso:
codice:
cmd.CommandText = "MESSAGETHREADS"
cmd.CommandType = 4

rs.open cmd, , 1, 3

if not rs.Eof and not rs.bof then
rs.MoveLast

response.write "<TD>"  & rs("temp") & "</A></FONT></TD>" 
response.write "<TD>"  & rs("Topic") & "</FONT></TD>"
response.write " <TD>" 
response.write "<A HREF = 'mailto:" & rs("AuthorEmail") & "'>" & rs("AuthorName") & "</A>"
response.write "</FONT></TD>" 
response.write "</TD><TD ALIGN = LEFT>" & rs("ReplyCount") & "</FONT></TD>"
response.write "</TD><TD>" & rs("LastThreadPost") & "</FONT></TD></TR>"

rs.movenext
Next
il campo "temp" esiste nel dbase e contiene valori... se al suo posto metto il nome di un altro campo lo script funziona...
Error Type:
ADODB.Recordset (0x800A0CC1)
Item cannot be found in the collection corresponding to the requested name or ordinal.