<% set rstemp=Server.CreateObject("ADODB.Recordset") rstemp.maxrecords=15 connectme="DSN=comments;" 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 [ feel free to leave comments about news topics or the site in general ]
"><%=rstemp("title")%> - "><%=rstemp("name")%> / <%=rstemp("dateposted")%>
Add Comments