Popular Articles
Last viewed:
- Windows Server 2003 Configure RRAS (Routing and Remote Access Service) Site to Site VPN
- Building a Web Service in ASP.NET 3.5
- How to Slipstream Windows XP Service Pack 3 Installation
- C# Store/Retrieve File in Database Image Field using ODBC
- Oracle Functions Tips
- Using Stored Procedures in the Entity Framework with Scalar Return Values
Recent comments
- URL absolute path problem after URL rewriting
5 days 11 hours ago - don't work :(
1 week 1 day ago - I really loved reading your
1 week 1 day ago - PERFECT!!!
2 weeks 4 hours ago - Awsome!!
2 weeks 1 day ago - C# insert image
2 weeks 2 days ago - jkll
2 weeks 4 days ago - Thank You
2 weeks 5 days ago - Another approach
3 weeks 16 hours ago - Issue
3 weeks 1 day ago

Except that it IS a normal
Except that it IS a normal thing. It indicates that you are using connection pooling (which is a good thing) and that it is resetting in preparation for the next command. Explicitly opening and closing a connection every time means you are not taking advantage of a connection pool.