John Miller
if (connection != null) { if (connection.State == ConnectionState.Open) connection.Close(); }
Please explain