Ver Mensaje Individual
  #2 (permalink)  
Antiguo 21/11/2002, 09:58
Avatar de bakanzipp
bakanzipp
 
Fecha de Ingreso: noviembre-2001
Ubicación: santiago de shilli
Mensajes: 2.554
Antigüedad: 23 años, 5 meses
Puntos: 0
sql="select count(*) as contador from comentarios where usuario ='" & user &"';"
set rs=conexion.execute(sql)

if not rs.eof and not rs.bof then

response.write rs("contador")

end if