Please remember this is all on a windows platform. I'm using an update statement (setting a flag), then a delete statement through DBI (& DBD::ODBC).
When I have it report the number of rows deleted, the deleted rows are coming up less than the number of updated rows. Is there a known bug here? If I do the SQL statements in query SQL Management studio, the SQL runs as it should (and returns the correct number of rows affected. Any help would be greatly appreciated.