1.開起*.sqlit3之檔案
利用Mike T's SQLite Database App.
1-1 選擇connect
1-2 Connect to a database:Find(選取檔案位置)
一般在:/User/chttl/Library/Application/Support/iPhone Simulator/User/Applications
1-3 選取FIELDS:即可看到所儲存的資料


2.SQLite3教學網頁
http://www.sqlite.com.cn/MySqlite/4/378.Html

3.Note
。 開啟新DB:
int result = sqlit3_open ("/path/to/database/file",&database);
。 結束操作,關閉DB:
sqlite_close(database);
。 用以執行更新、插入、刪除操作:
int result = sqlite_exec (database [update UTF8String], NULL, NULL, &errorMsg);
arrow
arrow
    全站熱搜

    adalin05 發表在 痞客邦 留言(0) 人氣()