
26/03/2007, 16:40
|
 | Colaborador | | Fecha de Ingreso: enero-2002 Ubicación: Centro de la república
Mensajes: 8.849
Antigüedad: 23 años, 3 meses Puntos: 146 | |
Re: RecordSet Vacio !! me da error !! Una forma:
Código:
Do While Not Tabla_1.Eof
if Cint (Tabla_1("InterpreteIDTEMA"))=Cint (Tabla_2("IdTema")) Then %>
</th> </tr><tr><th>
+ <%Response.Write Tabla_1.Fields ("Interprete_Artista")%>
</th> </tr><tr>
<% end if
Tabla_1.MoveNext
Loop
|