Dim cmd As New SQLCommandDim dt As DataTablecmd.CommandText = "Select * From {窗口1_Table1} "dt = cmd.ExecuteReader()output.show(dt.DataRows.count)