Hello,
I want to save some simple data to the application so the user dont have to fill them all the time (data like phone number and name), also I dont want to fetch data all the time from main SQL database.
So i found out that KVS could help https://www.b4x.com/android/forum/t...efficient-key-value-data-store.26317/#content
I downloaded BAS file include it in the project - to the Main I have added everything that seems to be necesary from the example project.
I have activated SQL, B4xEncription and RandomAccessFile libraries.
I have added to the manifest permision to WRITE_EXTERNAL_STORAGE.
But I am still stuck on error SQLiteCantOpenDatabase (code14).
I found somewhere that DBUtils are maybe needed so I added that one too. but nothing have helped.
minSDK 5 (I will increase this one as soon as I decide to what : ))
target SDK 27
Strange thing is that by the tutorial I should use PutSimple, but that doesnt exist in the project and I can use only Put
What I am missing ?
Thanks
I want to save some simple data to the application so the user dont have to fill them all the time (data like phone number and name), also I dont want to fetch data all the time from main SQL database.
So i found out that KVS could help https://www.b4x.com/android/forum/t...efficient-key-value-data-store.26317/#content
I downloaded BAS file include it in the project - to the Main I have added everything that seems to be necesary from the example project.
I have activated SQL, B4xEncription and RandomAccessFile libraries.
I have added to the manifest permision to WRITE_EXTERNAL_STORAGE.
But I am still stuck on error SQLiteCantOpenDatabase (code14).
I found somewhere that DBUtils are maybe needed so I added that one too. but nothing have helped.
minSDK 5 (I will increase this one as soon as I decide to what : ))
target SDK 27
Strange thing is that by the tutorial I should use PutSimple, but that doesnt exist in the project and I can use only Put
What I am missing ?
Thanks