Sorry. bad example; the snippet was misleading. Anyway, thanks and I found the problem; mismatched value array type.
I was using an assoc array to pass values to a statement containing:(uid = ?) as opposed to containing named params (uid = :uid ) should have seen it - everything working now. -k -- View this message in context: http://www.nabble.com/Zend_DB-delete--tf2956923s16154.html#a8286162 Sent from the Zend Framework mailing list archive at Nabble.com.
