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.


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

Reply via email to