Hi all,

Is there a standard idiom for handling an interrupt signal with regards to
DBI?

Now, I know I can do: $dbh->rollback(), $dbh->disconnect();

What I would really like to do is get a reference to all statement handles
that are currently active and call 'finish()' on them (or whatever would be
appropriate).

I did see the 'Kids' and 'ActiveKids' methods but, according to the book,
those only return integer counts, not the actual references to the statement
handles.

Is there a method out there that I missed that does this?  Having had some
Perl/Tk experience I was hoping for a 'children()' method, but didn't see
one.  If one doesn't exist, could one be implemented?

Thanks in advance for any help.

Regards,

Dan

Reply via email to