<%@LANGUAGE="VBSCRIPT"%> <% Dim rs_stream Dim rs_stream_cmd Dim rs_stream_numRows Set rs_stream_cmd = Server.CreateObject ("ADODB.Command") rs_stream_cmd.ActiveConnection = MM_conexao_STRING rs_stream_cmd.CommandText = "SELECT * FROM oobservador.streaming ORDER BY cod" rs_stream_cmd.Prepared = true Set rs_stream = rs_stream_cmd.Execute rs_stream_numRows = 0 %> O Observador - 69 3221-9376 | 9988-7833 - jornaloobservador@gmail.com
» Tempo
Porto Velho
min 23° max 34°
Últimas
<% Set rsC = Server.CreateObject( "ADODB.Recordset" ) rsC.ActiveConnection = Conexao rsC.cursorlocation=3 rsC.Open "SELECT * FROM oobservador.news WHERE status='A' AND editoria<>'COBERTURA DE EVENTOS' ORDER BY cod DESC LIMIT 5" set rsC.ActiveConnection = nothing Conexao.close Set Conexao = Nothing %> <% if not rsC.eof then while not rsC.eof %> <% rsC.Movenext wend end if %>
Rádios On Line Rádios Evangélicas Publicidade
Última Edição



<% Set rsD = Server.CreateObject( "ADODB.Recordset" ) rsD.ActiveConnection = Conexao rsD.cursorlocation=3 rsD.Open "SELECT * FROM oobservador.news WHERE status='A' AND editoria='ESPAÇO DO LEITOR' ORDER BY cod DESC LIMIT 8" set rsD.ActiveConnection = nothing Conexao.close Set Conexao = Nothing %> <% if not rsD.eof then while not rsD.eof %>
  • #top_ler" target="teste" class="link_blue"> <% response.write (rsD("titulo"))%>
  • <% rsD.Movenext wend end if %>

    © 2002 - 2007 O OBSERVADOR LTDA. Todo o conteúdo do jornal o O OBSERVADOR é autorizado a publicação desde que informe a fonte.
    69 3221 9376 | 9988 7833 | jornaloobservador@gmail.com | everaldofogaca@gmail.com

    <% rs_stream.Close() Set rs_stream = Nothing %>