0
votes

im fairly new to sqlite. I ran the 'sqlite3' command in command prompt and the command was not recognized.

I cant find the sqlite3.exe in my python27 installation (so i cant add it to paths)

I also tried adding a path to the sqlite dll which did not work (Windows Command prompt shell for sqlite3).

How can i get this command to work?

1

1 Answers

0
votes

The complete solution is to install the 'sqlite-tools' and the 'sqlite-dlls' from the precompiled windows binaries at this link:

http://sqlite.org/download.html