Re: How to get trace from Class::DBI ?
[prev]
[thread]
[next]
[Date index for 2005/03/18]
Just use the 'trace' function on DBI directly:
DBI->trace(2,"logfile");
emile
On Fri, 18 Mar 2005 16:57:56 -0000, Tom Gazzini <tomg@xxxxxxx.xx.xx> wrote:
> What's the best way to use the 'trace' function of DBI to get debug output
> while using Class::DBI ?
>
> I'm using the standard Class::DBI->connection method (so not passing a DBI
> handle myself).
>
> Thanks
>
> Tom
>
> (Sorry, accidentally posted this to the DBI mailing list previously)
>
>
|
|
Re: How to get trace from Class::DBI ?
Emile Aben 17:12 on 18 Mar 2005
|