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