<% Set RSNot = Server.CreateObject("ADODB.Recordset") RSNot.open "Select * from noticias order by id_noticia desc", objConn if RSNot.eof then %> <% else while not RSNot.eof %> <% RSNot.movenext wend end if %>
Aqui você encontra as últimas novidades encontradas na imprensa.
 
Nenhuma Notícia Cadastrada
<%=RSNot("data")%> - <%=RSNot("titulo")%>
<%=RSNot("descricao")%>
" target="_blank"><%=RSNot("link")%>