<% Session("activo")=true conectar() %> ::: CONGRESO PERUANO DE EDUCACION MEDICA :::
  LISTA DE VALIDADOS - LISTA DE REGISTRADOS - LISTA DE TRABAJOS
<% 'entre " " va el nombre de la tabla, y luego de la "," se indica la BD que contiene esa tabla. 'El número que le sigue, el "1", es la forma de abrir la tabla. Sql= "SELECT DISTINCT i.nom_par, i.apep_par, i.apem_par, i.codgen_pas FROM inscritos2007 as i, trabajos as t " Sql= Sql & "where i.uni_par=17 and t.codpar=i.codgen_pas ORDER BY i.codgen_pas " rs.Open Sql, Conn x=0 do while not rs.eof x=x+1 %>
<%rs.movenext loop rs.close %>
<%=x%>
<%=rs("nom_par")&" "&rs("apep_par")&" "&rs("apem_par")%>