A.J.Millan <[EMAIL PROTECTED]> wrote:
Does exist some method to erase records and to obtain the number of
erased records at the same time?

It is to say:

SELECT count() FROM someTable WHERE some-condition;
DELETE FROM someTable WHERE some-condition;

in only one statement?

See sqlite3_changes, sqlite3_total_changes

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to