About 70 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. How can I make use of a .db file in SQL server 2008?

    Jul 25, 2014 · 5 I have access to a .db file that I would like to query somehow to pull data from it for my other database. So far I have been unable to do this through an ODBC or SQL server directly. I …

  6. *.db是什么文件,如何打开? - 知乎

    后缀是.db的文件是数据库文件,db是datebase的缩写,datebase的意思就是数据库。 数据库类型包括: 关系数据库、 非关系型数据库 (NoSQL) 关系型的有:Oracle,MySQL, SQLServer 等 非关系 …

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

  8. sqlite - .db file and MySQL - Stack Overflow

    Aug 22, 2009 · 0 I am having real issues with a .db file its around 20gb in size with three tables and the rest data. I am on a mac so i am having to use some crappy apps but it wont open in Access. Does …

  9. Interacting with a .db file from Linux shell - Stack Overflow

    However, I can't find a program that lets me interact with .db files from the shell. I've seen the following programs recommended: isql dbaccess sql SQLite3 db.util In the first four cases, sudo apt-get install …

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