On 25 Feb 2013, at 2:18pm, Gilles Ganault <gilles.gana...@free.fr> wrote:

>       I'm running the 32-bit version of XPSP3, whose "Add and Remove
> Programs" show that I have "QQLite ADO.NET 2*0/3.5 Provider 1.065.0"
> from Phoenix Software Solutions, LLC (http://sqlite.phxsoftware.com).
> 
> Now that SQLite.Ado.Net is handled by www.slite.org, what is the right
> way to upgrade to the latest and greatest? 

There is no particular version of SQLite installed on your computer, and you 
don't have to worry about downloading the latest version of SQLite.  Each 
program which uses SQLite might be using a different version of SQLite, and 
there is no real problem with this.  The version of SQLite.Ado.Net the program 
uses matters to you only if you are the programmer.  If you are a programmer 
you use whatever library is useful for your development platform when you 
compile your program.

If you are not a programmer then changing something about SQLite will do you no 
good.  If you can use an existing program use it.  If you can't you need a 
whole new program and it will do no good just to download a new SQLite 
component without changing the rest of the program.

So my guess is that at some point you have installed some program which uses 
the version of SQLite.Ado.Net you quote.  That would be the only reason to have 
it.  And the only people who need to worry about it are the programmers who 
wrote that program.

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

Reply via email to