in reply to Re: Retrieving number of updated rows in a database
in thread Retrieving number of updated rows in a database
(where undef is a placeholder for any additional attributes, e.g. AutoCommit, RaiseError)$numberofrows = $dbh->do("update...",undef,@bind_params);
rdfield
|
|---|