I used a desktop (Windows) utility to create an SQLite 3 database. I then wrote a b4a utility to populate the db from text files (I had been using the Windows utility, but it was very cumbersome and time consuming to do it row by row). There are some individual records that need to be modified slightly (certain values changed or misspellings that need correcting).
I was going to use the Windows utility to do this, but I encountered a problem. The utility will no longer open the db after running the b4a app on my device. The Windows utility tells me the db seems to be encrypted and asks me to enter the encryption key. So, my questions are these:
1. Why the encryption (what does Android change that the Windows utility sees it as "encrypted")?
2. Is there a solution and, if so, what?
3. Can anyone recommend a Windows utility with a good UI where SQLite dbs can be used on both OSs without any problem?
Thanks.
I was going to use the Windows utility to do this, but I encountered a problem. The utility will no longer open the db after running the b4a app on my device. The Windows utility tells me the db seems to be encrypted and asks me to enter the encryption key. So, my questions are these:
1. Why the encryption (what does Android change that the Windows utility sees it as "encrypted")?
2. Is there a solution and, if so, what?
3. Can anyone recommend a Windows utility with a good UI where SQLite dbs can be used on both OSs without any problem?
Thanks.