31 Jan
2011
31 Jan
'11
8:36 p.m.
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. :)