On 26 Jan 2012, at 6:49pm, Pete wrote:

> I have been using sqlite on OS X for some time and sqlite3 comes
> pre-installed.  I'm now looking at running some apps on Windows 7 and I
> don't think sqlite3 is pre-installed on that platform.  I see there is a
> precompiled binary available of sqlite3 available for download - what
> directory should this be installed in?  If you haven't already guessed from
> the question, I'm not vey familiar with WIndows!

The precompiled application called sqlite3.exe on Windows, and sqlite3 on the 
Mac, is a stand-alone application that has no part to play when you are running 
other apps.  It's a command-line program that lets you type SQLite commands 
and, just like every other application that uses SQLite3, has its own copy of 
the SQLite functions.

Each application has its own copy of the SQLite3 functions.  Normally they're 
built into the application itself and require no extra installation.  If they 
come as a separate file that needs your attention the app itself should have 
instructions.

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to