On Tue, 18 May 2010 09:49:49 -0400, Gilles Ganault  
<gilles.gana...@free.fr> wrote:

> On Tue, 18 May 2010 14:30:06 +0100 (BST), Swithun Crowe
> <swit...@swithun.servebeer.com> wrote:
>> If you use PDO, then you get access to Sqlite 3.x databases:
>>
>> http://www.php.net/manual/en/ref.pdo-sqlite.php
>
> Thanks for the input. After following the following article, I
> successfully installed Lighttpd in FastCGI mode + PHP5 and PDO to
> access SQLite:

FYI, PHP 5.3 provides an SQLite3 module <http://php.net/sqlite3> which  
offers a version of SQLite more up-to-date than that exposed by PDO.   
Whereas PDO is an abstracted interface, though, SQLite3 appears to be a  
slightly more direct mapping of the SQLite API, exposing more  
SQLite-specific features.

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

Reply via email to