Ver Mensaje Individual
  #2 (permalink)  
Antiguo 02/09/2002, 17:51
vic78
 
Fecha de Ingreso: mayo-2002
Ubicación: Mexico DF
Mensajes: 119
Antigüedad: 23 años
Puntos: 0
Re: LOGear visitas usando HTTP_REFERER

Prueba esto

url=Request.ServerVariables("HTTP_REFERER&quo t;)
SQL="SELECT * FROM remitentes"
rs.Open SQL, oConn,3,3
rs.addnew
rs("url")=url
rs.update
rs.close

Ya q' al hacer el select *, ya de antemano el apuntador se movio hasta el ultimo registro, ya no necesitas movelaste

Saludos