User430178104 posted
Hi,
How to find the database conection is open or not in enterprise library 4.1?
here i want if conection is open i need to close it
so i writen the code loke below, but for every tiime its not going to loop
if (command.Connection.State ==
ConnectionState.Open)
{
command.Connection.Close();
}