Hello,
I use SQLite 3 to build an encrypted database. But when I try to open the database with a browser, an error message appears and it says that the file is not a SQLite 3 Database.
Please find the below screenshot for your reference.
Could anyone suggest some solutions please?
Thank you very much.
SQLite Database Browser
An error occurred: File is not a SQLite 3 Database
Â
An error occurred: File is not a SQLite 3 Database
Dear Carol KÂ Simonos,Â
How are you today, I saw your problem and think I know how to help you to solve it. Maybe you may need to use version 1.1, you can download it with just one click from this page.
I hope you to have a great day.
Greetings!
Nathan H Underwood
Â
An error occurred: File is not a SQLite 3 Database
Hi,
I read your post regarding an error you encountered when you tried opening the database you created in a browser. I suggest these workarounds:
-
You can use the SQlite plugin to create your database
-
Immediately after opening the database, you can execute a "pragmakey=" command or you can call the function sqlite3_key
If the above workarounds don't work, then you make have a version mismatch.
Hope this helps
Weber Easterwood
Â