View Single Post
  #1 (permalink)  
Old 05-29-2007, 07:59 PM
Honza Honza is offline
Junior Member
 
Join Date: May 2007
Posts: 1
Default Problem with Stored Procedures

Hi,
I have a problem with stored porcedure - with retrieving data from it:

PHP Code:
db.adapter PDO_MYSQL
...
$dbAdapter Zend_Registry::get('dbAdapter');        
Zend_Debug::dump($dbAdapter->fetchAll('CALL '.$functionName.'('.$param.')')); 
return empty array ( procedure is called right (log) and is OK ).


Thanks for your help,
H.
Reply With Quote