Andorid SQLite資料庫開發基礎教程(3)
Andorid SQLite資料庫開發基礎教程(3)
資料庫生成方式
資料庫的生成有兩種方式,一種是使用資料庫管理工具生成的資料庫,我們將此類資料庫稱為預設資料庫,另一種是使用程式碼生成的資料庫。
使用 SQLiteManager 管理資料庫
SQLiteMananger 是 SQLite 圖形化管理工具。使用該工具,開發者可以快速建立資料庫,新增表和列、索引、檢視、觸發器等資料庫物件。本節將講解如何使用 SQLiteManager 工具對資料庫的進行管理。
下載安裝 SQLiteManager
要使用 SQLite Manager 工具,首先需要下載安裝 SQLiteManager 工具。本小節將講解該軟體的下載和安裝。
1. 下載 SQLiteManager
下載 SQLiteManager 工具的具體操作步驟如下:
( 1 )在瀏覽器中輸入 ,開啟 SQLiteManager 的官網,如圖 1.2 所示。
圖 1.2 SQLiteManager 的官網
( 2 )單擊 SQLiteManager 圖示,開啟 SQLiteManager 頁面,如圖 1.3 所示。
圖 1.3 SQLiteManager 頁面
( 3 )單擊 Download version 4.8.3 下方的 Download for Window (64) 按鈕,實現 SQLiteManager 的下載。下載完成後,會得到一個 SQLiteManager64bitSetup.exe 檔案。
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/29597077/viewspace-2660735/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- Andorid SQLite資料庫開發基礎教程(2)SQLite資料庫
- Andorid SQLite資料庫開發基礎教程(1)SQLite資料庫
- AndoridSQLite資料庫開發基礎教程(10)SQLite資料庫
- AndoridSQLite資料庫開發基礎教程(9)SQLite資料庫
- AndoridSQLite資料庫開發基礎教程(8)SQLite資料庫
- AndoridSQLite資料庫開發基礎教程(7)SQLite資料庫
- AndoridSQLite資料庫開發基礎教程(6)SQLite資料庫
- AndoridSQLite資料庫開發基礎教程(5)SQLite資料庫
- AndoridSQLite資料庫開發基礎教程(4)SQLite資料庫
- 資料庫基礎教程資料庫
- SQLite基礎入門教程SQLite
- Python 快速教程(標準庫14):資料庫 (sqlite3)Python資料庫SQLite
- 使用sqlite3 模組操作sqlite3資料庫SQLite資料庫
- Python資料庫模組(sqlite3,SQLite3)Python資料庫SQLite
- sqlite3資料庫操作SQLite資料庫
- Python3資料庫模組(sqlite3,SQLite3)Python資料庫SQLite
- 資料庫開發基礎---行列轉換資料庫
- 資料庫 sqlite3_get_table,sqlite3_free_table資料庫SQLite
- SQLite Expert Professional資料庫開發管理SQLite資料庫
- python用sqlite3模組操作sqlite資料庫PythonSQLite資料庫
- 資料庫開發基礎--層次查詢+資料庫
- 資料庫開發基礎---常見面試題資料庫面試題
- 資料庫開發基礎---層次查詢資料庫
- [android]轉發andorid基礎知識Android
- python sqlite3 資料庫操作PythonSQLite資料庫
- C++ 操作sqlite3資料庫C++SQLite資料庫
- lazarus 開啟 sqlite3資料SQLite
- Xamarin圖表開發基礎教程(3)OxyPlot框架框架
- Xamarin SQLite教程資料庫訪問與生成SQLite資料庫
- iOS開發資料庫篇—SQLite常用的函式iOS資料庫SQLite函式
- Andorid Studio NDK開發:使用庫
- 資料庫開發基礎---next_day函式資料庫函式
- MySQL系列教程小白資料庫基礎暨隨MySql資料庫
- Python標準庫14 資料庫 (sqlite3)Python資料庫SQLite
- .NET 基礎拾遺(6)ADO.NET 與資料庫開發基礎資料庫
- 資料庫 基礎資料庫
- 資料庫基礎資料庫
- Andorid Studio NDK開發-使用NDK庫