Page 1 of 1

SQLite update

PostPosted: 22. June 2006 17:17
by Nico06
Hi,

I would like to update SQLite. The version installed is the 2.8.15 while the latest available version is 3.3.6. How can I do this ? May I simply replace sqlite.exe in the /bin directory or is there something more to do ?

Thank you for your support.

Regards

PostPosted: 22. June 2006 19:02
by Wiedmann
INHO both SQLite versions are included in XAMPP. So please ask your question more specified.

PostPosted: 23. June 2006 02:17
by Nico06
Well in fact I just want to create SQLite3 databases (because SQlite browser database tool can not read sqlite2 databases) but the only commandline interpreter I was able to find is sqlite.exe (2.8.15) in the /apache/bin directory and of course it generates 2.8.15 databases.

So, if both versions are included, where can I find sqlite3.exe ? Did I miss something during the install ?

Thanks a lot

PS : I just checked my XAMPP version : I have 1.5.1 installed... maybe it's why I can't find it ?

PostPosted: 23. June 2006 13:03
by Wiedmann
but the only commandline interpreter I was able to find is sqlite.exe (2.8.15) in the /apache/bin directory and of course it generates 2.8.15 databases.

You are right, the commandline interpreter "sqlite3.exe" is missing in XAMPP 1.5.1.
--> So, just download it from sqlite.org

PostPosted: 23. June 2006 17:41
by Nico06
Ok, thank you very much :wink: