[sqlite] sqlite3.exe as 64bit stand-alone pre-compiled binary version for Windows available?

2016-03-10 Thread Ben Stover
When I go to page http://www.sqlite.org/download.html then there are a 32bit and a 64bit DLL library version of SQLite. Unfortunately there is only the 32bit version of the stand-alone engine. Ok, I know, I can run the 32bit version as well under 64bit Windows but I prefer a 64bit version sinc

[sqlite] How to export all entries from a sqlite database into a textfile?

2016-03-09 Thread Ben Stover
As you may know Firefox browser uses a places.sqlite to store all its bookmarks. Assume the used sqlite database is D:\firefox\myprofile\places.sqlite How can I use sqlite3.exe (under Windows 7) to extract/export all entries from this database into a text file D:\firefox\bookmarks\extracted.tx