<% set rstemp=Server.CreateObject("ADODB.Recordset") connectme="DSN=fivesongs" rstemp.open "select * from tblComments ORDER BY dateposted DESC ", _ connectme,adopenstatic %> <% Do while not rstemp.EOF %> <% rstemp.movenext loop rstemp.close set rstemp=nothing %>
Comments
"><%=rstemp("topic")%>- "><%=rstemp("name")%> / <%=rstemp("dateposted")%> <% If Session("authorized") = true then %>[ &table=tblComments">delete ]<% End If %>
  <%=rstemp("song1")%>

Add Comments