|
Author:
|
Michael G.
Last Updated:3/17/2006 1:31:47 PM
|
|
Category(ies):
|
SQL Server , ADO.NET , .Net Framework
|
|
Description:
|
Your application's performance will suffer if you automatically close a connection via the CommandBehavior.CloseConnection enumerated value and a using statement in the same scope.
|