Android Question Cannot Open Database

peggjones

Active Member
Licensed User
Longtime User
Suddenly my app is saying à database is not readable. It is readable in other apps. In fact if I try to open another randomly chosen database in my app it won't open that either. I must have done something but I can't imagine what. Anybody any ideas? Thanks
 

DonManfred

Expert
Licensed User
Longtime User
Not enough informations to give any advice and even to give any idea.

Your database is openable by another application? How will that work?
 
Upvote 0

peggjones

Active Member
Licensed User
Longtime User
What I'm saying is I loaded a different app which uses the same database and there were no problems. Indicating the database is not corrupt. It must be something I have inadvertently changed in the app.
 
Upvote 0

peggjones

Active Member
Licensed User
Longtime User
For example are there any permissions that need to be set to autorisé access to à database? The app is now unable to open any Database
 
Upvote 0

peggjones

Active Member
Licensed User
Longtime User
Thanks for your help. I solved the the problem by copying the app source code and recompiling it. The problem disappeared. A mystery.
 
Upvote 0
Top