cocoa - how to create sqlite database at fix location -


how can create sqlite database file @ fix location. using fmdb wrapper create database file. want create database file @ location entering.

where want storage database?

fmdb makes easy fmdatabase* db = [fmdatabase databasewithpath:@"/tmp/tmp.db"];

you change "/tmp/tmp.db" location of preference, maybe application support folder.


Comments