Hello all,

I've been using DBD::Oracle for quite some time now, but have just
noticed a major problem....I can't get the number of rows returned from
a query.  Here's my code:

#db2 handle defined here


$sth2 = $dbh2->prepare($select);
                $sth2->execute;
                $rv2 = $sth2->rows;
                print "There are $rv2 rows.";

I've used different scripts and still all I get is zero rows reported
from rows(), but plenty of data comes back.

Any ideas?

Thanks,
Kevin
-- 
Kevin Old <[EMAIL PROTECTED]>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to