in reply to Re: How to report call stack for DBI queries
in thread How to report call stack for DBI queries
There's a section on "subclassing the DBI" on the DBI manpage that lists in careful detail what you have to do. Basically, you'll have to create three classes named similarly to the DBI triad, and then add your execute override to the statement-handle derived class.
-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: •Re: Re: How to report call stack for DBI queries
by perlplexer (Hermit) on Apr 17, 2003 at 20:56 UTC |