Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/04/2003, 08:56
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
EJ.

sql="insert into....."
On Error resume next
Set rs=conn.execute(sql)

if err.number<>0 then
response.write err.description
response.end
'o response redirect con el error
end if