finishing sth using Childhandles
- From: henri@xxxxxxxxxxxxx (Henri Asseily)
- Date: Thu, 24 Aug 2006 09:47:56 +0200
Is the below the correct usage for finishing still active child handles of a dbh?
foreach my $childh (@{$dbh->{ChildHandles}}) {
$childh->finish() if ($childh->{Type} eq 'st');
}
I'm getting an error when running the above code:
dbih_setup_fbav: invalid number of fields: -1, NUM_OF_FIELDS attribute probably not set right
Thanks
H
.
- Follow-Ups:
- Re: finishing sth using Childhandles
- From: Tim Bunce
- Re: finishing sth using Childhandles
- Prev by Date: DBD::Oracle 1.18 installation problem
- Next by Date: Oralce10g database compatible Perl version, DBD and DBI
- Previous by thread: DBD::Oracle 1.18 installation problem
- Next by thread: Re: finishing sth using Childhandles
- Index(es):