string myField = reader.IsDBNull(0) ? String.Empty : reader.GetString(0);