Upgrade to SQLite 3
Posted by: Tamás (---.rubicom.hu)
Date: February 15, 2009 09:11PM

Hello

I have a problem with the sqlite database. I need to use that (instead of mysql) and my problem is i have an sqlite db based on 3+ version. But the wamp server originally containes the 2.8.17 version.
So how or could i update the database library? If yes how can i do it and where can i download the library for this version?

Thanks
Tamás



Edited 1 time(s). Last edit at 02/15/2009 09:11PM by Tamás.

Re: Upgrade to SQLite 3
Posted by: c2dan (---.sotn.cable.ntl.com)
Date: February 16, 2009 07:09PM

To use SQLite 3 databases you'll have to enable the php_pdo and php_pdo_sqlite extensions rather than the standard php_sqlite extension

The following shows you how to connect to an SQLite3 database using pdo
[www.litewebsite.com]

Sorry, only registered users may post in this forum.