I have the following statements:
SqlConnection con = new SqlConnection(ConfigurationManager.AppSettings[\"DataBaseName\"]); SqlCommand cmd = new SqlCommand(); cm