1 / 43

存取 Access 資料庫 用 DataGridview 顯示

存取 Access 資料庫 用 DataGridview 顯示. Connection + Command + DataReader. 方法一:直接設定物件. 設定DataGridView物件 自動產生程式碼 完成資料連結與顯示工作. 步驟一:建立新專案. 步驟二:設計 UI. 兩個 DataGridView + ㄧ個 Button 物件. 步驟三:設定 GridView1. 步驟四:設定資料來源. 步驟五:選擇資料連接引擎. 步驟六:查看連接字串. 步驟七:儲存連接字串. 步驟八:選擇要使用的 Table 與 field. 設定完成畫面. 執行結果.

Download Presentation

存取 Access 資料庫 用 DataGridview 顯示

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. 存取Access資料庫用DataGridview顯示

  2. Connection + Command + DataReader

  3. 方法一:直接設定物件 • 設定DataGridView物件 • 自動產生程式碼 • 完成資料連結與顯示工作

  4. 步驟一:建立新專案

  5. 步驟二:設計UI 兩個DataGridView + ㄧ個Button 物件

  6. 步驟三:設定GridView1

  7. 步驟四:設定資料來源

  8. 步驟五:選擇資料連接引擎

  9. 步驟六:查看連接字串

  10. 步驟七:儲存連接字串

  11. 步驟八:選擇要使用的Table與field

  12. 設定完成畫面

  13. 執行結果

  14. 資料移動與顯示 加入Button 與 TextBox

  15. 資料移動與顯示 透過BindingSource來移動

  16. 資料移動與顯示

  17. 方法二:撰寫程式碼 • 設定CONNECTION物件 • 設定COMMAND物件 • 設定DATAREADER物件(唯讀) • 將DATAREADER中資料顯示到DATAGRIDVIEW

  18. 步驟一:引用名稱空間

  19. 步驟二:連接mdb資料庫

  20. 步驟三:連接資料表

  21. 步驟四:顯示資料到DataGridView

  22. 步驟五:關閉連線

  23. Connection + Command + DataAdapter + DataSet

  24. 步驟一:設計UI 一個DataGridView 與 Button

  25. 步驟二:引用名稱空間

  26. 步驟二:連接資料庫

  27. 步驟三:連接資料表

  28. 執行結果

  29. 上下筆資料錄移動 加入Button 與 BindingSource

  30. 上下筆資料錄移動 異動程式 下ㄧ筆

  31. 用label顯示資料 加入Panel與Label

  32. 用label顯示資料

  33. Connection + Command + DataAdapter + DataSet新增資料

  34. 讀取Access位置問題程式目錄bin\debug目錄

  35. 避免讀取問題

  36. 新增資料

  37. Connection + Command + DataAdapter + DataSet刪除資料

  38. Connection + Command + DataAdapter + DataSet修改資料

  39. Connection + Command + DataAdapter + DataSet搜尋資料

More Related