Categories SqLite How to fix/open Unable to open database “xxxxxsqlite”: file is encrypted or is not a database ? Post author By David Raleche Post date July 21, 2021 No Comments on How to fix/open Unable to open database “xxxxxsqlite”: file is encrypted or is not a database ? David Raleche tips It means that your are trying to open with SQLITE rather than SQLITE 3 Tags sqlite, sqlite3
Categories MySql SQL SqLite How to SQLite ? beginner Post author By David Raleche Post date November 8, 2019 No Comments on How to SQLite ? beginner Download page Download Page SQLITE Basic Commands GUI SQLITE –> execute sqlite excutable from downladpage sqlite Import CSV data to SQlite .mode csv .import csvfilename databaseName Quit SQlite .quit Tags sqlite, sqlitebeginner