hello to all
i want to access Call database and i use this code
But i m unable to access Call databaseQuote:
NSString *path= @"/var/mobile/Library/CallHistory/call_history.db";
sqlite3 *database;
if(sqlite3_open([path UTF8String],&database)==SQLITE_OK)
{
}
Any Idea how to access Call database
Thanks
