2008年7月30日星期三

Re: [fw-db] Oracle cursors returned from stored procedures

tr0gd0rr wrote:
>
> Has anyone worked with Oracle stored procedures that return result sets?
>

When I worked on Zend_Db, I never got around to supporting stored
procedures.

So you may have to use Zend_Db for the simple stuff, and access the
underlying connection object for calling procedures. Call
$db->getConnection() to return the connection object, which is either of
type PDO or OCI8, depending on which Zend_Db adapter you're using.

That's all the advice I can offer on this subject. Good luck.

Regards,
Bill Karwin
--
View this message in context: http://www.nabble.com/Oracle-cursors-returned-from-stored-procedures-tp18634078p18737722.html
Sent from the Zend DB mailing list archive at Nabble.com.

没有评论: