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
Post a Comment