摘要: update Lc_Taxs set TaxMember = convert(int,Lc_Taxs2.TaxNo) from Lc_Taxs a,(select * from Lc_Taxs ) Lc_Taxs2 where a.TaxID = Lc_Taxs2.TaxID 阅读全文
posted @ 2017-05-04 15:39 野狼谷 阅读(3681) 评论(0) 推荐(0)
摘要: C# CODE for (int i = 0; i < this.dataGridView1.SelectedRows.Count; i++)//遍历所有选中的行 { this.dataGridView1.SelectedRows[i].Cells[0].EditedFormattedValue.T 阅读全文
posted @ 2017-05-04 11:59 野狼谷 阅读(15840) 评论(0) 推荐(0)