[EMAIL PROTECTED] said:
> Sorry for the lack of info to my question. I have the connection working
> fine. I wanted to know what happened to the connection when I don't
> literally issue a $dbh->disconnect(). Does the connection closes
> automaitcally or the pointer is still out there wasting away resources?

All resources will be properly reclaimed, but you really should use
$dbh->disconnect() when you're not using $dbh anymore.

Colin

-- 
Colin W. Wetherbee
http://hydrogen.denterprises.org/

Reply via email to