Hi friends can anybody tell me how to retrieve data from a database file with file extention(.sqlite).
As i unable to do it, getting an error when trying to open the database using
myDataBase = SQLiteDatabase.openDatabase(myPath, null,
SQLiteDatabase.OPEN_READONLY);
myPath = "/data/data/PACKAGE NAME/databases/MyDatabase.sqlite";
so if have any idea or code please share with me.
waiting for reply....
Thanks in advance