------------------------------------------------------------------------- POPFile SQLite Database Analyser v0.0.7 (stand-alone) 25 May 2007 ------------------------------------------------------------------------- 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 standard SQLite database analysis utility is a command-line utility which generates a detailed report which needs to be redirected to a text file as it is over 900 lines long. 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) This release of the "POPFile SQLite Database Analyser" utility contains the SQLite 2.8.16 version of the database analysis utility. Although the official POPFile releases only work with SQLite 2.x databases, this utility is "SQLite 3.x aware" (so it can be used by any Windows users adventurous enough to be using POPFile with SQLite 3.x). ------------------------------------------------------------------------- CHANGE HISTORY: 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 (Bleeding Edge - Source Code) Discussion Forum: http://sourceforge.net/forum/forum.php?forum_id=230652 ------------------------------------------------------------------------- (end)