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

...and how can import them later?

The textfile should be (if possible) human readable.

Does it matter if the sqlite database is currently locked by firefox?

Related question: Is it possible to create a single file PER ENTRY (instead of 
a whole textfile)?

Ben





Reply via email to