About 1,230,000 results
Open links in new tab
  1. Opening database file from within SQLite command-line shell

    Jan 30, 2012 · sqlite3 data.db I cannot figure out how to open a database file from within the tool after having invoked it without supplying the file as a command-line argument (if I, say, double-click …

  2. database - How to open this .DB file? - Stack Overflow

    I have a few database files with .db extension and I want to take a peek. However I don't know what program should I use to open the files. I've found a similar quesiton that says checking the header of …

  3. sqlite - Open database files (.db) using python - Stack Overflow

    Jun 12, 2020 · I have a data base file .db in SQLite3 format and I was attempting to open it to look at the data inside it. Below is my attempt to code using python. import sqlite3 # Create a SQL connec...

  4. File extension .DB - What kind of database is it exactly?

    12 If you're on a Unix-like platform (Mac OS X, Linux, etc), you could try running file myfile.db to see if that can figure out what type of file it is. The file utility will inspect the beginning of the file, looking for …

  5. Can't open SQLite db file in VSCode - Stack Overflow

    Mar 31, 2022 · Although I have installed SQLite extension on my VSCode, I can't open any db files. The app says 'the file is not displayed in the editor because it is either binary or uses an unsupported text …

  6. How do I unlock an SQLite database? - Stack Overflow

    When I enter sqlite> DELETE FROM mails WHERE ('id' = 71); SQLite returns: SQL error: database is locked How do I unlock the database so this query will work?

  7. Why do I get sqlite error, "unable to open database file"?

    Aug 23, 2009 · From the Django says "Unable to Open Database File" when using SQLite3 section of the Newbie mistakes Django wiki page: make sure Apache can also write to the parent directory of …

  8. Open a password protected sqlite database - Stack Overflow

    Apr 21, 2012 · The free SQLite2009 Pro browser will let you open SQLite databases which were encrypted with System.Data.SQLite. When you open the file you get a warning saying that the file is …

  9. sqlite3.OperationalError: unable to open database file

    Oct 6, 2011 · It is sqlite3 which means it should create the .db file but it doesn't seem to be doing so. I've stipulated SQLite as the backend and an absolute file path for where to put it, but no luck. Is this a …

  10. Import database (SQL file) in SQL Server Management Studio

    Nov 17, 2020 · To import the file: in the SQL Server Management Studio right click on Databases and create a new database. Then right click on the new database -> Tasks -> Import Data...