What is the correct destination for a db file I'm embedded in my application?
I have a file mydb.db (this is a SQLite file). I copy to File.DirInternal. Ok, everything works but this is the right path? I see that other applications use a folder data/data to allocate the file.
Thank you.
I have a file mydb.db (this is a SQLite file). I copy to File.DirInternal. Ok, everything works but this is the right path? I see that other applications use a folder data/data to allocate the file.
Thank you.