修改數據使用用於填充的DataGridView和DB使用SQL Server數據庫視圖用於填充的DataGridView和DB
I want to know that how this will be done and if this is not a good solution, then please elaborate if any other good solution is possible
修改數據的SQL Server數據庫視圖。
1)首先我想用一個Database View
用於填充不同DataGridViews
。
2)Multiple joins from multiple tables
需要用於數據檢索針對每個單獨DataGridView
。
3)從這些DataGridViews
然後將這些值在Controls
(即文本框/組合框填充)(作爲參考請看到的圖像在此鏈接:link text)。
4)當用戶改變在Controls
的值,並單擊Save
,從DataGridView
以前檢索(通過View
中的數據)是在Database
被更新。
注:我工作的C-夏普Windows應用程序和使用SQL Server 2005
任何回答我上面的問題?我仍在等待最早的答覆。 – 2010-07-01 05:31:12