You are viewing a plain text version of this content. The canonical link for it is here.
Posted to torque-user@db.apache.org by Marc Lustig <ml...@marclustig.com> on 2003/02/20 19:10:24 UTC

how to retrieve number of affected rows after doDelete?

Hi,

I have a very simple question: how can I get the number of affected rows
after a doDelete() ?
Surprisingly doDelete returns void, although the corresponding JDBC method
(executeUpdate()) returns the number of affected rows.
I couldn't find a method in BasePeer.

Marc