Android Question Unable to write to database in DirExternalRoot?

Juzer Hussain

Active Member
Licensed User
Longtime User
Hi,

I am unable to write to a database created in DirExternalRoot folder. It says "Attempt to write to a read only database code 1032". I am using B4A 5.02.

I have tried following with no success.
1. Added permission in manifest
2. Checked and made sure the folder and the db file is not read only

Can anyone please help ?

Juzer A.
 

DonManfred

Expert
Licensed User
Longtime User
Upload a small project which shoes the issue.
Post at least ALL relevant code.
Based on the error i would guess you are accessing the database in your files dir
 
Upvote 0
Top