Sqlite how to install?

Started by Davey, March 05, 2015, 08:43:35 AM

Previous topic - Next topic

Kye

Hi, I'd like to ask you a bit of a special problem, sqlite how to install Please answer me.

Deacon

Install SQLite on Windows
Step 1 − Go to SQLite download page, and download precompiled binaries from Windows section.

Step 2 − Download sqlite-shell-win32-*.zip and sqlite-dll-win32-*.zip zipped files.

Step 3 − Create a folder C:\>sqlite and unzip above two zipped files in this folder, which will give you sqlite3.def, sqlite3.dll and sqlite3.exe files.

Step 4 − Add C:\>sqlite in your PATH environment variable and finally go to the command prompt and issue sqlite3 command, which should display the following result.

C:\>sqlite3
SQLite version 3.7.15.2 2013-01-09 11:53:05
Enter ".help" for instructions
Enter SQL statements terminated with a ";"
sqlite>