in reply to
count of records updated
if $sth is your executed sql statement, you can get the number of records affected via $sth->rows. (using Oracle at least)
----
amphiplex
Comment on
Re: count of records updated
In Section
Seekers of Perl Wisdom