Sqlite Database Question in .apk file

seskindell

Active Member
Licensed User
Longtime User
Is it possible to include a .db database in an .apk file for the store so that the .db file is part of the program without having to create the database and load data in?

I'm having a real problem in figuring out how to access an existing sqlite database.

Any help would be appreciated!
 
Top