------------------------------------------------------------------------- POPFile SQLite Database Analyser v0.1.0 (stand-alone) 10 November 2011 ------------------------------------------------------------------------- This utility generates a detailed analysis of the SQLite database file used by POPFile 0.21.0 or later. POPFile should be shut down before this utility is run (otherwise this utility will not be able to open POPFile's database file). The "POPFile SQLite Database Analyser" (pfidbanalyser.exe) is a Windows program which runs the SQLite database analysis utility, displays the results in a scrollable window and makes it easy to copy the results to the clipboard so they can be saved in a file. The pfidbanalyser.exe file can be run from any folder and it should be able to find POPFile's SQLite database file by itself. If you have more than one POPFile SQLite database then you can either (1) place the utility in the same folder as the database (assuming it uses the default 'popfile.db' filename) or (2) supply the name or the full path to the database on the command-line or via a suitable shortcut, e.g. pfidbanalyser.exe my_data.db or pfidbanalyser.exe C:\Data Files\POPFile\database.db or pfidbanalyser.exe /registry (using '/registry' forces the utility to use the user-specific registry data created by the installer/'Add POPFile User' wizard to find the database file) Since the 1.1.0 release (30 November 2008) POPFile has by default used a SQLite 3.x format database. POPFile releases 0.21.0 (9 March 2004) to 1.0.1 (26 May 2008) used SQLite 2.x format databases. These two database formats are incompatible therefore this utility contains 3.x and 2.x versions of the database analysis utility in order to be able to analyse any SQLite database used by POPFile. ------------------------------------------------------------------------- CHANGE HISTORY: 10-Nov-11 (v0.1.0) Updated to work with SQLite 3.x format databases 25-May-07 (v0.0.7) Made Vista-compatible (second public release) 16-Jun-06 (v0.0.6) Tidied up the source code (lang string names, comments) 07-Jun-06 (v0.0.5) First public release. ------------------------------------------------------------------------- License: This utility is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation. This utility is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with POPFile; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ------------------------------------------------------------------------- Brian Smith POPFile "Open Discussion" Forum: http://getpopfile.org/discussion/2 ------------------------------------------------------------------------- (end)