Re: ASP.NET SQL Processes
- From: "Eliyahu Goldin" <removemeegoldin@xxxxxxxxxxxxxx>
- Date: Thu, 1 Sep 2005 11:47:27 +0200
SQL server doesn't keep any processes attached to the application. It just
serves data access requests select/update/insert/delete. It doesn't care of
the application errors.
Eliyahu
"Tim::.." <Tim@xxxxxxxxxxxxxxxxx> wrote in message
news:BFC1082A-7060-4B53-9FD9-3EF188D5E7C1@xxxxxxxxxxxxxxxx
> Can someone please tell me how I get around this???
>
> I have an ASP.NET web application that uses an SQL 2000 database for the
> majority of the web sites content... If the application comes up with an
> error the process on the SQL server remains alive. How do I make sure that
> the process is killed on the SQL server even if there is an error???
>
> I guess you use "TRY" but am new to asp.net programming and would
appritiate
> any examples or suggestions...
>
> Thanks
.
- Follow-Ups:
- Re: ASP.NET SQL Processes
- From: Steven Cheng[MSFT]
- Re: ASP.NET SQL Processes
- References:
- ASP.NET SQL Processes
- From: Tim::..
- ASP.NET SQL Processes
- Prev by Date: Re: Strange Issue on replacing Image control with ImageButton control
- Next by Date: Update a cached Dataset when SQL Server View content changes
- Previous by thread: ASP.NET SQL Processes
- Next by thread: Re: ASP.NET SQL Processes
- Index(es):