I'm searching for a software to edit on windows pc, the file I created with B4A and kvs.
In my code I created a kvs file as follow
In kvs file I put a list with 10 item as follow
In the directory Lesson, at the end, the program generate two file as follow:
lesson1.les and lesson1.les.journal
In B4A, with kvs I can open it and extract data very easy,
I need to edit data on windows pc to modify some of them.
I tried to open the file lesson1.les renamed to lesson1.les.db with DBBrowser for SQLite and SQlite_Expert.
I can open the file but I can't see my data and I can't edit my data.
What's wrong ?
How can I edit data ?
Thank you.
Roberto.
In my code I created a kvs file as follow
B4X:
kvs1.Initialize(File.DirRootExternal & "/Download/Lesson/" & class_name, new_lesson & ".les")
In kvs file I put a list with 10 item as follow
B4X:
kvs1.PutObject("Item #" & recordsequence, list1)
In the directory Lesson, at the end, the program generate two file as follow:
lesson1.les and lesson1.les.journal
In B4A, with kvs I can open it and extract data very easy,
I need to edit data on windows pc to modify some of them.
I tried to open the file lesson1.les renamed to lesson1.les.db with DBBrowser for SQLite and SQlite_Expert.
I can open the file but I can't see my data and I can't edit my data.
What's wrong ?
How can I edit data ?
Thank you.
Roberto.