Bill Moseley asked:
> Shouldn't this check the row count?You mean the number of rows affected by the SQL delete statement, right?
Anyway, no, I don't think it should really, but that's just my opinion. You
might want to look into using transactions if you're worried about another
process deleting records that you're using....