Help for this page

Select Code to Download


  1. or download this
    #!/opt/perl-5.20/bin/perl
    use strict;
    ...
      print "\n";
      $sth->trace(0); # always switch off
    }
    
  2. or download this
    --> trace_test() start.  trace = 256, passed 'SQL'
    EXECUTE select id from t where id = $1 (
    ...
    EXECUTE dbdpg_p15160_1 (
    $1: 1000
    );