Database - how big ? and where stored ?

You must Login before you can answer or comment on any questions.

Hi,

In my app I am using a sql database created by the

db = Titanium.Database.open('dbname');

command. Initially, the database is empty.

All works well. Some questions: Where is this database located on my android phone ? Cannot find it on my SD-card. What would you tell the app users to backup the data ? Are there critical size limits ? Better to use the Titanium.Database.install command to have it on the SD card ?

Thanks for any answer. Titanium is great.

rudolf

2 Answers

Accepted Answer

/data/data/<app id>/databases

I'm not sure Titanium allows databases to be opened on the SD card.

Your Answer

Think you can help? Login to answer this question!