I am also having a problem with the database. I am running the SQL version. the error I get is this.
ADODB.Recordset error '800a0cc1'
Item cannot be found in the collection corresponding to the requested name or ordinal.
/forum_topics.asp, line 424
best I can tell it is because you have added
strFirstPostMsg = Mid(rsTopic("Message"), 1, 275)
and
dtmFirstEntryDate = CDate(rsTopic("Message_date"))
so it is looking for fields I do not currently have in my 7.01 version database.
I maybe totally wrong in that, but that looks like it the best I can tell. I am guessing this is going to come up in other pages as well. What is the best way to fix this. Thank you.