Persistent connections

All,

Could someone send me a properly formatted dsn string connecting PHP to a
Postgres database using the 'PDO::ATTR_PERSISTENT =3D> true' attribute?

I am having issues making this work correctly.

Any Support appreciated,

Kulmacet


--
Sent via pgsql-php mailing list (pgsql-php [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
kulmacet101 [ Mo, 26 Januar 2009 14:26 ] [ ID #1986591 ]

Re: Persistent connections

kulmacet101 [at] kulmacet.com wrote:
> All,
>
> Could someone send me a properly formatted dsn string connecting PHP to a
> Postgres database using the 'PDO::ATTR_PERSISTENT => true' attribute?
>
> I am having issues making this work correctly.

Example #4 here shows it:

http://www.php.net/manual/en/pdo.connections.php

What issues are you having exactly?

--
Postgresql & php tutorials
http://www.designmagick.com/


--
Sent via pgsql-php mailing list (pgsql-php [at] postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-php
dmagick [ Di, 27 Januar 2009 00:04 ] [ ID #1986592 ]
Datenbanken » gmane.comp.db.postgresql.php » Persistent connections

Vorheriges Thema: How to store files into the DB with PHP. (bytea ?)
Nächstes Thema: PHP 5.8 -> Postgres on Win2003