dying.angel wrote:
> 
> is there a setting in the Zend DB initialization or somewhere that can
> convert the "?" To the oracle binding form (":bindName").
> 

No, sorry, the ? placeholder is hard-coded and it is not configurable.  This
is a design oversight.

If you use PDO adapters (Zend_Db_Adapter_Pdo_Oci), it should support both ?
and :bindName parameters for Oracle.

Regards,
Bill Karwin
-- 
View this message in context: 
http://www.nabble.com/Zend-Db-Table-Relation-on-Oracle-database-tp18987000p18987759.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to