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
it just passes over then the if statement as if it is not there
any ideas
thanks in advance
Simon
Code:
on error resume next
if err.number <> 0 then
'goto another page
end if
it just passes over then the if statement as if it is not there
any ideas
thanks in advance
Simon