XamarinSQLite教程建立資料庫a

大學霸發表於2018-07-18

XamarinSQLite教程建立資料庫

安裝 SQLite/SQL Server Compact Toolbox 後,就可以使用 該外掛建立資料庫了。操作步驟如下:

1 )在 Visual Studio 中,單擊“工具” |SQLite/SQL Server Compact Toolbox 命令,開啟 SQLite/SQL Server Compact Toolbox 皮膚,如圖 1.8 所示。

2 )右擊 Data Connections 分支,單擊 Add SQLite Connection… 命令,或者是單擊工具欄中的 Add SQLite Connection 按鈕 ,彈出 Add SQLite Connection 對話方塊,如圖 1.9 所示。

 

3 )單擊 Create.. 按鈕,彈出 Create new Database File 對話方塊,如圖 1.10 所示。在:“檔名”文字框中輸入資料庫檔名。這裡輸入了 Documents

4 )單擊“儲存 (S) ”按鈕,返回到 Add SQLite Connection 對話方塊。此時, Test Connection 文字框顯示對應的資料庫檔案,如圖 1.11 所示。

5 )單擊 Close 按鈕。 Visual Studio 就自動開啟 Documents 資料庫,如圖 1.12 所示。

注意:在建立的資料庫下會有兩個預設資料夾,分別為 Tables Views 資料夾。其中, Tables 資料夾用來存放建立的表,而 Views 資料夾中用來存放建立的檢視。此時,這兩個資料夾都是空的。


來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29597077/viewspace-2158031/,如需轉載,請註明出處,否則將追究法律責任。

相關文章