cmd.CommandText = "S ELECT a,b,c from {d}"Dim dt As DataTable = cmd.ExecuteReader()
生成的行只有一条数据,怎么取前行 a, b,c的值?