Help for this page

Select Code to Download


  1. or download this
    DBI->trace(3, "trace.txt");
    
  2. or download this
      0 - Trace disabled.
      1 - Trace DBI method calls returning with results or errors.
    ...
      3 - As above, adding some high-level information from the driver and
    + some internal information from the DBI.
      4 - As above, adding more detailed information from the driver. Also
    + includes DBI mutex information when using threaded Perl.
      5 - As above but with more and more obscure information.