DataSet ds = new DataSet();
OleDbDataAdapter.Fill(ds,"学生课表");
ds.Tables[0].Columns.Remove("此表中其他不要的字段名");