in reply to Re: DBI ignoring devide by zero
in thread DBI ignoring devide by zero

its not DBMS for sure
i tried same sql code with C++ and ODBC and i get error message
i tried it with command line osql
and i get Msg 8134, Level 16, State 1, Server FIENYSQL, Line 6 Divide by zero error encountered.

Replies are listed 'Best First'.
Re^3: DBI ignoring devide by zero
by Corion (Patriarch) on Oct 02, 2012 at 13:44 UTC

    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.