The code looks ok to me. On line 590 add the code in red below:strSql ="SELECT TOPIC_ID, T_SUBJECT "
strSql = strSql & " FROM " & strTablePrefix & "TOPICS "
strSql = strSql & " WHERE FORUM_ID = " & ForumID
strSql = strSql & " ORDER BY T_LAST_POST DESC; "
Response.Write strSql
Response.End
set rsNewStuff = my_Conn.Execute (strSql)
Then go to your default.asp page and post the text that shows up on the page.