Me.ds = SqlHelper.ExecuteDataset(connectionString, CommandType.Text, selectSQL, Nothing) Me.dgvMain.DataSource = Me.ds.Tables(0)