I want to put the values of a column of a SQL table into an array.
SqlCommand cmd = new SqlCommand("SELECT ID FROM tblTray2"); string[] array = new stri