in reply to Re: DBI ignoring devide by zeroin thread DBI ignoring devide by zero
Do you check for errors?
When creating the database connection, pass the { RaiseError => 1 } attribute or do manual checks for errors whenever you run an SQL statement.