DataGridview用于具有相同唯一ID的多行c#

时间:2014-02-05 06:42:37

标签: c# mysql datagridview

Hie Guys。我有两张桌子津贴和allowances_trans。 津贴表:

ID      Description 
1        Fuel
2        Housing

Allowances_trans

EC     Allowance_ID      Amount       Date  
1       1               10           01/01/14
1       2               13           01/01/14
2       1                9           01/01/14
2       2                0           01/01/14
3       1               23           01/01/14
3       2               10           01/01/14

我想创建一个DataGridView表单,其中显示如下信息: -

EC      Name            Surname     Fuel     Housing
1       John            Mark          10        13
2       Kate            Mark           9         0
3       Kevin           Fred          23         1

我希望信息也可以从DataGridView更新到数据库。任何帮助是极大的赞赏。

0 个答案:

没有答案