> 
> --- cut ---
>       on error resume next
>       rs.open strSQL, Application("strConn")
>       Response.write "Fehler: " & Err: Response.flush
>       if err > 0 then
           ^^^
         err.number

>               Session("SQLERROR") = strSQL
>               response.redirect("/sqlerror.asp")
>       end if
> --- cut ---
> 
> Wenn ein Fehler auftritt, ist err trotzdem "" und somit nicht 
> gr��er 0.

Alles != 0 sind Fehler, auch negative Werte.

Gru�,
Markus

_______________________________________________
Coffeehouse Mailingliste, Postings senden an:
[EMAIL PROTECTED]
An-/Abmeldung und Suchfunktion unter:
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an