in topic.asp change line #120
from:
Member_Name = rsTopic(strDBNTSQLName)
to:
Member_Name = rsTopic("M_NAME")
on line #511 change the following few lines
from:
if strDBNTSQLName = "M_NAME" then
rM_NAME = 0
else
rM_NAME = 1
end if
to:
rM_NAME = 0
Kal Corp, so M_USERNAME is not needed at all on topic.asp right? If not, it can be removed from the SELECT statements as well.