In C#, using SqlDataReader, is there a way to read a boolean value from the DB?
while (reader.Read()) { destPath = reader[\"destination_path\"].ToString(
deleteExisting = reader.GetBoolean(reader["delete_existing"]);