1 Feb
2011
1 Feb
'11
4:55 a.m.
Ok I'm guessing it mut be a macports pdo driver issue. Ill try working it from a linux box. Thanks, Dave Sent from my iPad On Jan 31, 2011, at 11:36 AM, Fred Jones <fredthejonester@gmail.com> wrote:
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. :)