SQLCommand后将绑定到窗口table控件即可。
如:
Dim cmd As New SQLCommandcmd.CommandText = "SELECT * From {订单}"Tables("窗口1_Table1").DataSource = cmd.ExecuteReader()