Notícias
<%
SQL = "SELECT * FROM noticias"
SQL = SQL & " ORDER BY id DESC"
Set tabela = Server.CreateObject("ADODB.Recordset")
tabela.Open SQL, DB, 3, 3
n = 0
%>
<%
SQL = "SELECT * FROM noticias"
SQL = SQL & " ORDER BY id DESC"
Set tabela = Server.CreateObject("ADODB.Recordset")
tabela.Open SQL, DB, 3, 3
n = 0
%>
<%Do until tabela.EOF %>
<% n = n + 1
if n <= 30 then %>