An error occurred: File is not a SQLite 3 Database

Asked By 10 points N/A Posted on -
qa-featured

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.

File is not a SQLite 3 Database

SQLite Database Browser

An error occurred: File is not a SQLite 3 Database

 

SHARE
Best Answer by Weber Easterwood
Answered By 60 points N/A #175360

An error occurred: File is not a SQLite 3 Database

qa-featured

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

 
Best Answer
Best Answer
Answered By 0 points N/A #175362

An error occurred: File is not a SQLite 3 Database

qa-featured

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:

  1. You can use the SQlite plugin to create your database
  2. 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

 

Related Questions