asales Expert Licensed User Longtime User Sep 8, 2016 #1 I have a database that is readonly and I don't want to copy it to external folder. I want to read it directly in DirAssets folder. It's possible? I tried with this library, but don't works: https://www.b4x.com/android/forum/threads/sql-tutorial.6736/page-8#post-412322
I have a database that is readonly and I don't want to copy it to external folder. I want to read it directly in DirAssets folder. It's possible? I tried with this library, but don't works: https://www.b4x.com/android/forum/threads/sql-tutorial.6736/page-8#post-412322
DonManfred Expert Licensed User Longtime User Sep 8, 2016 #2 asales said: It's possible? Click to expand... No. dir assets is readonly. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Sep 8, 2016 #3 It is more than read-only. It is a virtual folder. The files are actually inside the APK. This means that they can only be read serially. Upvote 0
It is more than read-only. It is a virtual folder. The files are actually inside the APK. This means that they can only be read serially.