Jump to content
Fórum Script Brasil
  • 0

Ajuda Em Duvidas


DackAle

Question

E ae galera to precisando de uma ajudinha =P

Nº 1 - Top não funciona

 <%

 Dim RS,SQL,id,titulo,data,conteudo

 SQL="SELECT TOP 3 * FROM noticias ORDER BY data DESC"

 Call AbreConexao

 Set RS=Conexao.Execute(SQL)

 While Not RS.EOF

Ele mostra 3 ele não ta mostrando os ultimos 3 só =/

Nº 2 - Função 3 pontinhos...

 <%

 Dim RS,SQL,id,titulo,data,conteudo

 SQL="SELECT TOP 3 * FROM noticias ORDER BY data DESC"

 Call AbreConexao

 Set RS=Conexao.Execute(SQL)

 While Not RS.EOF

Preview= left(conteudo,30)

Preview = Preview & "..." & " <a href=noticias.asp?id=" & id & " class=LINK2>mais</a>"

%>

e eu chamo pelo codigo

<%=Fonte01%><%response.write Preview%><%=Fonte%>

Só que ele mostra como "... mais" ele não mostra o campo conteudo que ele pegou do banco de dados, como eu faço para chamar o recordset conteudo ? pegar o campo conteudo do bd mostrar e por os ...

Nº 3 - Paginação Facil

alguém conhece alguma pagina de facil entendimento ? hehehe

Abraços e Valeuuu =)

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

Tente assim então...

RecSet.open "SELECT TOP 3 * FROM tabela where data = "&date()&" order by data DESC", conn, 3

Caso tenha mais alguma dúvida é só postar que nos iremos ajudar.. Se conseguir arrumar ai, fale, que ai já encerra o assunto!!!! wink.gif

Fuiii

[]'s

Victor

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Forum Statistics

    • Total Topics
      152.2k
    • Total Posts
      651.8k
×
×
  • Create New...