On Wed, Mar 31, 2004 at 11:31:51AM -0500, Keith C. Ivey wrote:
> On 31 Mar 2004 at 11:23, [EMAIL PROTECTED] wrote:
>
> > I at least feel a bit better that I am not loosing my mind, or at
> > least not on this point. I was under the impression that it was
> > preferred that we use the methods instead of directly accessing the
> > underlying values.
>
> Using the methods, as documented in the Cheetah Book, is fine. But
> those are *handle* methods, and 'DBI' is not a handle. What people
> are discussing is the use of DBI->state(), which is wrong, not
> $dbh->state() or $sth->state(), which are okay.
Exactly!
So, to restate the question again... does anyone use these specific
methods in the DBI class (*not* on handles):
DBI->err
or DBI->errstr
in their code?
Tim.