Categories
SqLite

How to fix/open Unable to open database “xxxxxsqlite”: file is encrypted or is not a database ?

It means that your are trying to open with SQLITE rather than SQLITE 3

Categories
MySql SQL SqLite

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