On Sun, 9 Dec 2007 23:34:44 +0100, DJ Anubis <[EMAIL PROTECTED]> wrote:
>Le dimanche 9 décembre 2007, Gilles Ganault a écrit : >> It seems like I have two options: >> - calling the SQLite library >> - going through the PDO interface, and its SQLite module. >> >> Which of the two would you recomend? Are there other options I >> should know about? > >I would recommend using PDO interface, as this is the standard >PHP5 API. I agree. My experience with php_pdo_sqlite is positive, and I think it is the easiest way to use sqlite3 in PHP. I didn't try php_pdo_sqlite_external yet, it seems to call a self-supplied sqlite3.dll, so one would be able to use the latest SQLite3 version. >Don't worry about PHP4, as this old version will no more be >supported soon... -- ( Kees Nuyt ) c[_] ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------