try { $dbh = new PDO("firebird:dbname=localhost:C:\\Programmi\\Firebird\\Firebird_2_0\\examples\\empbuild\\EMPLOYEE.FDB", "SYSDBA", "masterkey"); foreach ($dbh->query('SELECT COUNTRY from COUNTRY') as $row) { } $dbh = null; } catch (PDOException $e) { } ?>
Wednesday, April 12, 2006
Subscribe to:
Post Comments (Atom)
1 comment:
I posted an entry about PDO Firebird status a while back.
HTH
Post a Comment