Local database problem

hello :slight_smile:

anyone can help me with this problem  , please :slight_smile: ?

now in My app I use local database sqlite to store information and update it 

and I put database file in DocumentsDirectory , then when I built the app and tried on My android smartphone , it can’t read the Data from the database file , so is there a permission I should write in Build.lua file to make the app access local storage in Android device 

I tested the app on corona simulator and everything is ok , but on the device :(  ?

thanks in advance 

Hi there,

Can you post some code? I connect to a SQLite DB and have it working fine on devices so should be able to help but need to see what you’re doing currently…

Thanks,

Ian

Hi there,

Can you post some code? I connect to a SQLite DB and have it working fine on devices so should be able to help but need to see what you’re doing currently…

Thanks,

Ian