On Fri, 14 Dec 2007 03:15:17 +0100, Gilles Ganault
<[EMAIL PROTECTED]> wrote:

>On Mon, 10 Dec 2007 16:35:48 +0100, Kees Nuyt  <[EMAIL PROTECTED]> wrote:
> >So I activated php_pdo_sqlite_external instead and copied
> >sqlite3.dll v3.5.3 to %serverroot%/bin .
>
>Thanks for the infos.
>
>So the options are:
>1. use the old SQLite2 sqlite_() functions (or some class that turns this 
>into OO)
>2. PDO to use the SQLite3 linked-in library
>3. PDO to access the SQLite3 DLL
>
>... with 2 being the recommended choice.

yes,
- 2 for speed and reliability,
- 3 if one needs the latest SQLite
-- 
  (  Kees Nuyt
  )
c[_]

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to