- or download this
DBI 1.607-ithread default trace level set to 0x0/15 (pid 4524) at
+test.pl line 9
-> DBI->connect(dbi:ODBC:Greentree, super, ****, HASH(0x30c024))
...
! >> DESTROY DISPATCH (DBI::dr=HASH(0x1e2dbb4) rc1/1 @1 g0 ima10
+004 pid#4524) during global destruction
! <> DESTROY for DBI::dr=HASH(0x1e2dbb4) ignored (inner handle gone)
- or download this
DBI connect('Greentree','super',...) failed: [Jade Software Corporatio
+n][JADE OD
BC Driver] Optional feature not implemented (SQL-HYC00) at test.pl lin
+e 11
connect at test.pl line 11.
- or download this
use strict;
use warnings;
...
DBI->trace(15, 'trace.log');
my $dbh = DBI->connect("dbi:ODBC:Greentree", "super", "super", { autoc
+ommit => 0 }) or die "connect";