Could anyone show me or point me in the direction of how to implement error trapping into your asp code I want to catch error concerned with my database connection. But when I say
on error resume next
if err.number <> 0 then
'goto another page
end if
it just passes over then the if...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.