ajitandroid26
Lurker
Hi All,
I am new to android.I am trying to create a Database using SQlite.
Its working fine.I am able to create table, insert data, and delete table.
But actually where in my system the .db file is getting stored.
If i call the getPath() method then its giving me the path as
"/data/data/my package name/databases/database_Name"
But where exactly it is stored?
Please help me!!!
Thanks & Regards,
Ajit
I am new to android.I am trying to create a Database using SQlite.
Its working fine.I am able to create table, insert data, and delete table.
But actually where in my system the .db file is getting stored.
If i call the getPath() method then its giving me the path as
"/data/data/my package name/databases/database_Name"
But where exactly it is stored?
Please help me!!!
Thanks & Regards,
Ajit