On Fri, Apr 06, 2001 at 03:03:30PM -0400, Curt Russell Crandall wrote:
> It doesn't appear that this should happen, though, since $dbh is the
> database handle ($dbh = DBI->connect(....)) and disconnect is called by
> $dbh->disconnect. From the code given, the DBI::st should not be
> complaining about this. This is an error similar to what I received a
> while ago using Sybase and Perl 5.005_03/DBI 1.13... it was corrected by
> reinstalling at least DBI.
The code given was not the actual code that was used to generate the
error. This was clear because the error message was for ./test.pl line 34,
but the code given was only 10 lines long. :)
Anyway, Jamie just sent me his script privately; line 34 was:
$sth->disconnect;
Ronald