Re: [PHP-DB] PgSql PDO

2009-09-12 Thread kranthi
> Try > "pgsql:" > This is case sensitive ;) > ( I'm messing around at the same level with the firsbird driver :) ) Yeh it worked. Thanks. But i remember seeing Pgsql somewhere in the docs... -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] PgSql PDO

2009-09-11 Thread Lester Caine
kranthi wrote: I am not able to get this working... 1. pdo_pgsql.so exists in the extensions directory and is referenced in the ini file. 2. phpinfo() shows that support for both pgsql and pdo_pgsql is enabled. 3. PDO::getAvailableDrivers() lists pgsql as avilable driver. 4. I am able to connect

[PHP-DB] PgSql PDO

2009-09-11 Thread kranthi
I am not able to get this working... 1. pdo_pgsql.so exists in the extensions directory and is referenced in the ini file. 2. phpinfo() shows that support for both pgsql and pdo_pgsql is enabled. 3. PDO::getAvailableDrivers() lists pgsql as avilable driver. 4. I am able to connect via pgsql_connect