http://qs1969.pair.com?node_id=84615


in reply to Re: Re: Re: Re: How to calculate development time?
in thread How to calculate development time?

You should take a look at the Tricks with DBI node by btrott; it goes into some detail about error codes with DBI.

MySQL should never "just die"; you might run into things like not being able to execute a bad SQL statement, but you should be able to get all the error details you need through the DBI module.

  • Comment on Re:(5) How to calculate development time?