Ver Mensaje Individual
  #3  
Antiguo 28-06-2010
omitraz omitraz is offline
Miembro
 
Registrado: jun 2010
Posts: 18
Reputación: 0
omitraz Va por buen camino
Resuelto

El error se necontraba en la siguiente linea:
Código:
<%       

   while (not RS.Eof) 
       Response.Write("<tr><td>&nbsp;" & RS("USUARIO") & "&nbsp;</td>")
       Response.Write("<td><a href='ejemplo8.asp?USUARIO=" & RS("USUARIO") & "'>borrar</a></td></tr>")   
 RS.MoveNext 
   wend 
    
   Conex.Close 
   set RS = nothing 
   set Conex = nothing 

%>
Responder Con Cita