Anonymous Asked in Cars &Transportation · 2 weeks ago

How do I open an existing SQLite database?

Contents
SQLite Backup & Database Navigate to “C:\sqlite” folder, then double-click sqlite3.exe to open it. Open the database using the following query .open c:/sqlite/sample/SchoolDB.db. . If it is in the same directory where sqlite3.exe is located, then you don't need to specify a location, like this: .open SchoolDB.db.


Related Questions

Relevance
Write us your question, the answer will be received in 24 hours