SQLite website Address: http://www.sqlite.org/
Sqlite3 File Download:
1. Download sqlite-dll-win32-x86-3140100
2. Download sqlite-tools-win32-x86-3140100
Installation:
First build a folder in the C drive SQLite,
1. Copy the two files (Sqlite3.def and Sqlite3.dll) extracted from the sqlite-dll-win32-x86-3140100 into the newly created directory (C:\sqlite)
2. Copy the extracted files from the sqlite-tools-win32-x86-3140100 sqlite3.exe to the C:\sqlite directory
3. Add the System environment variable, add C:\sqlite after the value of the path variable (do not forget the semicolon) as shown in:
Next Test whether the installation is complete
Run cmd, switch to the C-packing directory, enter Sqlite3, and then enter, if the installation succeeds, the SQLite version number is displayed, as shown in:
The Ok,sqlite3 is already installed.
Sqlite3 installation under WINDOWS7 environment