我就事论事。
Dim dt As DataTableDim cmd As New SQLCommandcmd.CommandText = "SELECT 姓名,所属学院,是否在岗 From {导师基础表} where [是否在岗] <> '0'"dt = cmd.ExecuteReader()