Subject: | JDBC module |
Date: | Wed, 16 Apr 2008 13:53:21 +1200 |
To: | bug-JDBC [...] rt.cpan.org |
From: | sean <soso [...] kol.co.nz> |
Hi
JDBC-0.01
perl-5.8.7
java-1.6.0
FC4
use JDBC; // = a heap of error messages of type:
"...(in cleanup) In method DESTROY of class
main::javax::sql::XAConnection: Can't find object ..."
But all error messages disappear and compiles fine with: eval
{require JDBC;};
Docs Suggestions:
1) For in-script testing, copy the 'derby' driver file to: /..
/../../jre/ext path
2) Why? Much handier than java to test a particular JDBC-driver is
actually loadable seeing as there appears to be no command-line
provision for this and third party middleware may just crash if long
cranky strings are not typed perfectly repeatedly time and again or even
if typed correctly cannot load the driver. Thanks.
regards
Sean Daly