Ver Mensaje Individual
  #6 (permalink)  
Antiguo 20/12/2002, 14:32
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
controlando el error??

On error resume next
rsUser("mascampos")
if err.number<>0 then
response.write err.description 'ó
response.write "campo inexistente"
end if