430 likes | 692 Views
存取 Access 資料庫 用 DataGridview 顯示. Connection + Command + DataReader. 方法一:直接設定物件. 設定DataGridView物件 自動產生程式碼 完成資料連結與顯示工作. 步驟一:建立新專案. 步驟二:設計 UI. 兩個 DataGridView + ㄧ個 Button 物件. 步驟三:設定 GridView1. 步驟四:設定資料來源. 步驟五:選擇資料連接引擎. 步驟六:查看連接字串. 步驟七:儲存連接字串. 步驟八:選擇要使用的 Table 與 field. 設定完成畫面. 執行結果.
E N D
方法一:直接設定物件 • 設定DataGridView物件 • 自動產生程式碼 • 完成資料連結與顯示工作
步驟二:設計UI 兩個DataGridView + ㄧ個Button 物件
資料移動與顯示 加入Button 與 TextBox
資料移動與顯示 透過BindingSource來移動
方法二:撰寫程式碼 • 設定CONNECTION物件 • 設定COMMAND物件 • 設定DATAREADER物件(唯讀) • 將DATAREADER中資料顯示到DATAGRIDVIEW
步驟一:設計UI 一個DataGridView 與 Button
上下筆資料錄移動 加入Button 與 BindingSource
上下筆資料錄移動 異動程式 下ㄧ筆
用label顯示資料 加入Panel與Label