On 9 Mar 2016, at 5:47pm, Ben Stover <bxstover at yahoo.co.uk> wrote:

> How can I use sqlite3.exe (under Windows 7) to extract/export all entries 
> from this database into a text file

As an experiment, try using the command file to open the database and show the 
schema:

sqlite3 D:\firefox\myprofile\places.sqlite
[intro text from application]
>.schema
[reply]
>.quit

If that works then you know it can access the database correctly.

Simon.

Reply via email to