Jump to content

Error Handling a MsSQL DB


Eivo

Recommended Posts

I was recently hit with a malicious bot that wiped a lot of data from my database. I learned the importance of log files and db backups real fast. After a week of complete chaos and angry customers, I have everything back up and backed up. So now I have located how the attack happened and what I need to do in order to fix it, which leads me to my question.How should I handle an error in VBscript/ASP when a MsSQL reaches EOF without finding its query?When I used JScript/ASP, I used the "Try...Catch" statement. Is there anything like that with VBScript?Thanks for any help in advance. :)

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...