On Fri, Apr 06, 2001 at 02:59:02PM -0400, Jamie Orzechowski wrote:
> can you give me a quick snippet of code to disconnect on the database
> object?
> 

Instead of calling $sth->disconnect, you should call $dbh->disconnect.

(Assuming you've used those variable names. :)

Ronald

Reply via email to