Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How can I catch ASP errors?

Status
Not open for further replies.

beccck

Programmer
Apr 13, 2000
3
FR
I want to aloow people to write themselves and execute SQL queries, but I would like to prevent error pages by catching server errors, just like in Java:<br>try {<br>&nbsp;code which may be unsafe<br>}<br><br>catch { myError }<br><br>Is it possible?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top