Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/05/2003, 15:21
Avatar de mazingerz
mazingerz
 
Fecha de Ingreso: febrero-2003
Ubicación: Sarasota FL
Mensajes: 147
Antigüedad: 22 años, 2 meses
Puntos: 0
Capturar Error

Hola a todos.
Que faltaria para que no llegara el tipico
Technical Information (for support personnel)

Error Type:
(0x80020009)
Exception occurred.
/InfoCaso/scripts/.......blabla..



if cstr(Request.querystring("Opcion"))="buscar" then
str= "SELECT * FROM casos WHERE id_caso = " & Id_caso
set Rst = Cnn.Execute (str)
If err.number <> 0 Then
session("ErrorTitle") = "Error # " & CStr(Err.Number) & " En Caso.Asp"
session("ErrorText") = "Descripción del Error :" & Err.Description & str
response.redirect "../error.asp"
End If