Ver Mensaje Individual
  #2 (permalink)  
Antiguo 10/11/2005, 09:50
Avatar de AlZuwaga
AlZuwaga
Colaborador
 
Fecha de Ingreso: febrero-2001
Ubicación: 34.517 S, 58.500 O
Mensajes: 14.550
Antigüedad: 24 años, 1 mes
Puntos: 535
Código:
bandera = ""
while not rs.eof
if bandera <> rs("campo_a_no_duplicar") then response.write "<br>" & rs("campo_a_no_duplicar") & "<br>"
response.write rs("otro_campo") & " " & rs("otro_campo1")
bandera = rs("campo_a_no_duplicar")
rs.movenext
wend
__________________
...___...