You can use $stmt->rowCount().
Arthur
Shawn McAllister wrote:
I am using the MySqli adapter for our xmlrpc data api. We recently
decided to use the Zend_Db classes just to maintain consistency...
before we were using our own custom MySqli adapter class that we wrote
to support slave database servers and so on... well as I am porting
the code to Zend_Db I noticed that there is my method to return a
count of rows from a query... what's up with that? Am I just missing
something or being we todd did?
Shawn McAllister