About 51 results
Open links in new tab
  1. database - How to open this .DB file? - Stack Overflow

    The other thing to try is if you have access to the program that generated this file, there may be DLL's or EXE's from the database software that may contain meta information about the dll's creator which …

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

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

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

  5. python - Why do I get "unable to open database file" while it works ...

    Jun 24, 2018 · Why can't I open my SQLite database? A unit test that I pass "/tmp/cer/could.db" can make the database without a problem but when I pass the actual program the same location I get: …

  6. sqlite3.OperationalError: unable to open database file

    Oct 6, 2011 · If you are using Windows and this message appears intermittently make sure that your security software (Anti-malware) are not opening (and locking) your database file to check for …

  7. SQLite Error 14: 'unable to open database file' with EF Core code first

    May 29, 2017 · The Actual issue is after migration and database update *.db file doesn't go to bin folder automatically. You Just need to select the *.db and change properties "Copy to Output Directory" = …

  8. Change SQLite database mode to read-write - Stack Overflow

    Oct 5, 2009 · It doesn't allow to modify the DB. Lastly, another FAQ says: "Make sure that the directory containing the database file is also writable to the user executing the CGI script." I think this is …

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

  10. How to access *.mv.db file of H2 database? - Stack Overflow

    May 23, 2017 · The excellent way to read a *.db.mv file would be locally installing the h2 database and then running that database locally with the java command. Then your path to the file will definitely …