Re: Taking trace () to the next level ...
"Martin J. Evans" <[email protected]>
| Newsgroups | gmane.comp.lang.perl.modules.dbi.sybase.devel |
|---|---|
| Message-ID | <[email protected]> |
H.Merijn Brand wrote: <snipped most of this email - I'm on holiday at the moment so will wait until next week to comment but I knew the answer to one question> > DBD::ODBC - Only supports one trace flag odbcdev - flag is used to > output development tracing so it should not be relevant in normal > use. DBD::ODBC outputs tracing at levels 3 and above (as levels 1 and > 2 are reserved for DBI). > > Where is it stated that levels 1 and 2 are DBI only? > http://search.cpan.org/~timb/DBI-1.607/lib/DBI/DBD.pm Make use of this as often as you can, but don't output anything at a trace level less than 3. Levels 1 and 2 are reserved for the *DBI*. BTW, I've only replied to dbi-dev as it looked like all of the cc list are on it and I don't like getting every posting twice. Martin