[development] Sqllite troubles

Fred Jones fredthejonester at gmail.com
Mon Jan 31 19:36:06 UTC 2011


> Anyone actually get the Pdo sqlite driver to work?
>
> Dev environment is php 5.3 on mac osx 10.4

I have PDO sqlite working in PHP 5.3 on Linux, but not via forena--I
just have it installed on my workstation and I access it directly in a
custom Drupal module.

  $dbh = new PDO('sqlite:/srv/http/db/sq_db.db');

Works fine. :)


More information about the development mailing list