in reply to (jeffa) Re: DBI multiple prepares
in thread DBI multiple prepares
Well, there is a way to find out if a row was updated or not, but you have to use do()Normally execute() returns the number of rows affected for update/delete/insert statements. Certainly that's what do() uses to return the value to the caller.
Michael
|
|---|