Advertisement

07.24.2008 at 11:46PM PDT, ID: 23594711
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

9.1

ASP.NET - Cannot get application to close the connection after I stop it from running.

Asked by josephdaviskcrm in MS SQL Server, Programming for ASP.NET

Ok, this is a really weird problem.  I've got an application that I'm building that inserts records one at a time into a remote MS SQL database.  I built error handling into the application so that when an error occurs it will log it in a text file and throw the text file into a directory on my computer.

So here is my problem: When I run my application in debug mode, once I stop it, it keeps on pumping out Insert statements and throwing them at the database.  After I've shut the application down, there are still rows being inserted into the database and still error files being logged in the Error log.  The only way I can stop it is by restarting my computer.

I tried to run the application and put a break point in, when the application hit the break point it stopped executing the input statements.  But as soon as I hit the stop button that is supposed to shut down the application, the insert statements started right back up again filling the table with rows and the error log with errors.

I don't understand why this is happening.  I've built a method as a wrapper for for SQLCommand.  All I do is pass it the SQL and it opens the connection, runs the command, and closes the connection.  I've got it all in a try catch finally block with the close connection in the finally block.  So it should always close.  When I stop the application from running it is always when it has hit a breakpoint outside of the SQLCommand method, so no connection should even be open.

Can anyone tell me why this is happening, and more importantly how to stop it from occuring?  Thanks.Start Free Trial
[+][-]07.25.2008 at 08:04AM PDT, ID: 22089206

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07.25.2008 at 08:06AM PDT, ID: 22089218

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: MS SQL Server, Programming for ASP.NET
Sign Up Now!
Solution Provided By: Arlowin
Participating Experts: 3
Solution Grade: A
 
 
[+][-]07.25.2008 at 01:34PM PDT, ID: 22092082

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628