I am using the dbi module to connect to an oracle database. The goal is to perform some updates on a couple of different tables via a webpage, when complete I would like to display the number of records that were updated for each table, much the same way that sqlplus does (i.e. 412 records updated).
Is there a way to capture this value?
Thanks. Tony