include external sqlite3 database to iPhone application
NSString *path = [[NSBundle mainBundle] pathForResource:@"base" ofType:@"sqlite"];
NSString *path = [[NSBundle mainBundle] @"base" @"sqlite" inDirectory:yourDirectory];
NSString *path = [[NSBundle mainBundle] pathForResource:@"base" ofType:@"sqlite"];
NSString *path = [[NSBundle mainBundle] @"base" @"sqlite" inDirectory:yourDirectory];
If the answers is incorrect or not given, you can answer the above question in the comment box. If the answers is incorrect or not given, you can answer the above question in the comment box.