> > What is the alternative mechanism for these methods?
> 
> $DBI::err, $DBI::errstr, and $DBI::state
> 
> Tim.

I know we have code that uses $h->errstr(). I assume that is not going
away.  These are documented in the DBI pod SYNOPSIS section:

[snip]
         $rc  = $h->err;
         $str = $h->errstr;
[snip]

Lincoln


Reply via email to