Hi,currently the Zend_Db implementation does not provide a way to change PDO attributes. The other day I posted a solution to change the connection's character set. This solution also shows a way to change PDO attributes:
http://www.nabble.com/forum/ViewPost.jtp?post=7449943&framed=y&skin=16154 Gunar Bruno Friedmann schrieb:
I'm looking a way to pass PDO::ATTR_PERSISTENT => true in the Zend_Db factory ...
