Jump to content
Fórum Script Brasil
  • 0

Relacionamento No Access


AlexCT

Question

1 answer to this question

Recommended Posts

  • 0

Olá...

A saída que achei para isso foi o seguinte.

Para cada loop na tabela1, você faz o select na tabela2 para ver se existe com o mesmo nome. Vai ficar bem mais pesada esta busca, mas é uma solução:

Ex:

<%

rs1.open"Select * from tabela1",Conexao

Do while not rs.eof

%>

<%=rs1("nome")%>,<%=rs1("lista os campos que voce quer da tabela 1")%>

<%

rs2.open"Select * from tabela 2 where nome="& rs("nome")"",Conexao

if not rs2.eof then

%>

<%=rs2("aqui insere os dados da tabela 2")%>

<%

end if

loop

%>

Isto vai dar certo. Talvez teha algum errinho, pois fiz direto e nem testei.

[]'s

Nelson Soares

http://www.ondagospel.com.br

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.9k
×
×
  • Create New...