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

    Jan 30, 2012 · 127 I'm using the SQLite Command Line Shell. As documented, I can open a database by supplying it as an argument to the executable: sqlite3 data.db I cannot figure out …

  2. 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 …

  3. 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 …

  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 …

  5. 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?

  6. How to see a SQLite database content with Visual Studio Code

    Dec 6, 2016 · I'm new to Django and try to see a SQLite3 file. I'm looking for a way to open and view a database content with visual studio code like Pycharm can do (see picture) Does an …

  7. How to open DBF file in DBeaver with JDBC - Stack Overflow

    Mar 6, 2017 · After much research and fiddling I got DBeaver to open a .dbf flat file using most of the settings you already described. The CSV/DBF JDBC Driver to open dbf files requires …

  8. Open a password protected sqlite database - Stack Overflow

    Apr 21, 2012 · in the open file dialog,go to the directory that containt the db file,type . in filename text field,then you can see all file in this directory, and then you can select the [NAME].sqlite …

  9. r - How to import from SQLite database? - Stack Overflow

    Mar 21, 2012 · I have an SQLite database file exported from Scraperwiki with .sqlite file extension. How do I import it into R, presumably mapping the original database tables into separate data …

  10. How can I make use of a .db file in SQL server 2008?

    Jul 25, 2014 · So if SQL Server can't open a .db file, then how can we open it, I also have a .db file that I would like to open. Please help me, how can i view its structure?