Possible to determine number of rows affected by a SQLite update or delete command?

python at bdurham.com python at bdurham.com
Tue Nov 30 03:59:44 EST 2010


Is there a cursor or connection property that returns the number
of rows affected by a SQLite update or delete command?

Or, if we want this information, do we have to pre-query our
database for a count of records that will be affected by an
operation?

Thank you,
Malcolm
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20101130/717710ed/attachment.html>


More information about the Python-list mailing list