Dim cmd As New SQLCommandcmd.CommandText = "SELECT * From {表A}"dim dt As DataTable= cmd.ExecuteReader()