At 5:41 PM +0200 4/23/01, M.W. Koskamp wrote:
>----- Original Message -----
>From: Steve Leibel <[EMAIL PROTECTED]>
>To: <[EMAIL PROTECTED]>
>Sent: Monday, April 23, 2001 3:54 PM
>Subject: $DBI::err values?
>
>
> > How do I get a list of the error codes returned via $DBI::err for
> > Mysql?  I can't find anything in the Mysql docs, and strangely enough
> > I couldn't get this question answered on the Mysql mailing list
> > either.  Thanks for any pointers.
> >
>Quoted from the DBI documentation...
>You might wanna use DBI::errstr() intead, because it gives textual messages
>
>



I want to be able to handle certain errors programmatically.  For 
example an insert that gets a unique key error does not need to be 
reported back to the user under certain circumstances.

Reply via email to