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. -- Keith C. Ivey <[EMAIL PROTECTED]> Tobacco Documents Online http://tobaccodocuments.org
