Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Other Forums
 Other Topics
 Is It Possible Handle Fatal Error At Client Side

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-09-03 : 08:23:05
Rakesh Mishra writes "It would be nice to have an ans. for my question. Although i know u may not ans. my question but i need the ans so i m asking that.

I m using asp as my client side scripting language. I want to handle fatal error at client side.Is it possible to handle fatal error at client side or not. If yes pls. send some script to do that.

Thanking You.

Rakesh Mishra"

setbasedisthetruepath
Used SQL Salesman

992 Posts

Posted - 2002-09-03 : 09:34:58
This is somewhat of a trick question. Yes, you can handle a SQL Server fatal error in ASP ( by that I assume you mean in VBScript or JavaScript ) using the facilities provided in either scripting language. However, the definition of a 'fatal' error in SQL Server means that it closes the database connection, so catching the exception doesn't really help much.

Jonathan
{0}
Go to Top of Page
   

- Advertisement -