Doug Sparling
Wed, 21 Feb 2001 14:09:02 -0800
|
I am using the disconnect, but not
$sth->finish. I'll try that. But why does it only happen
sometimes, and why does restarting apache fix it
[Douglas Sparling] I don't think $sth->finish is the problem. Check that all
your subs disconnect (where appropriate). The warning tells you that
you're trying to reuse an open database
handle.
|