Hi guys,
I am implementing KeyValueStore to B4i app, like I already have it in B4A.
Everything seems fine, all necessary libraries added.
but when I run the app.
Geting error:
Initialize error: unable to open database file
in Application_Start:
kvs.Initialize("File.DirDocuments", "datastore2")
some permission issue ? on file creation ? already tried different directories but still the same
libraries used: iRandomAccessFile, iSQL, iEncryption
thanks for help