Reading from the man page on unix machine, it only says that 

When set "on", any
         method which results in an error will cause the DBI to
         effectively do a `die("$class $method failed:
         $DBI::errstr")', where `$class' is the driver class and
         `$method' is the name of the method that failed.

But it did not mention that whether it will close the connection with
the database, close the statemnet handle, return the resource to the
operating system, etc.

Can we trust RaiseError On option? 

Thanks for your  help.

Reply via email to