[CDBI] Re: Was it deleted?
"Edward J. Sabol" <sabol-2oVx0MVsMgiP/[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.class-dbi |
|---|---|
| Message-ID | <[email protected]> |
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....